Skip to content

Commit

Permalink
πŸ”„ Update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 17, 2024
1 parent 1dbdc17 commit e581086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funcchain/model/abilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def gather_llm_type(llm: BaseChatModel, func_check: bool = True) -> str:
from langchain_openai.chat_models import ChatOpenAI
from .patches import ChatOpenAI

if not isinstance(llm, BaseChatModel):
return "base_model"
Expand Down

0 comments on commit e581086

Please sign in to comment.