-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
O modelo ChatMaritalk não tem as mesmas integrações que o modelo ChatOpenai tem. A comunidade está usando muito LangGraph e LCEL e uma troca GPT4 -> Sabia3 está muito dificil sem que haja essa integração. Eu notei que falta a função bind_tools, mas acho que vocês precisam verificar e criar uma classe que suporte essa nova estrutuara dentro do langchain.
src/workflows/ai_workflows/ai_chatbot_checkpointer_workflow.py:118: in run
self.setup_graph()
src/workflows/ai_workflows/ai_chatbot_checkpointer_workflow.py:91: in setup_graph
assistant_runnable = self.primary_assistant_prompt | self.llm.bind_tools(
.venv/lib/python3.10/site-packages/langchain_core/language_models/chat_models.py:1119: in bind_tools
raise NotImplementedError()
E NotImplementedError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels