[chore] fix wrong import of LLMs from langchain (#1002)
This commit is contained in:
@@ -2,7 +2,7 @@ import importlib
|
||||
import os
|
||||
from typing import Optional
|
||||
|
||||
from langchain.llms import Cohere
|
||||
from langchain.llms.cohere import Cohere
|
||||
|
||||
from embedchain.config import BaseLlmConfig
|
||||
from embedchain.helpers.json_serializable import register_deserializable
|
||||
|
||||
Reference in New Issue
Block a user