We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "C:\Users... line 15, in llm = llm.bind_tools(tools=[], tool_choice="auto") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Home\AppData\Local\Programs\Python\Python312\Lib\site-packages\langchain_core\language_models\chat_models.py", line 1050, in bind_tools raise NotImplementedError() NotImplementedError
Извините за тупость, но я не понимаю какие должны быть параметры (если проблема в них), в документации информация отсутствует.
The text was updated successfully, but these errors were encountered:
Добрый день! Скорее всего стоит не последняя версия gigachain. Попробуйте обновить с помощью pip install gigachain-community -U
pip install gigachain-community -U
Sorry, something went wrong.
К сожалению, последняя. спасибо за ответ
А можете код показать?
No branches or pull requests
Traceback (most recent call last):
File "C:\Users... line 15, in
llm = llm.bind_tools(tools=[], tool_choice="auto")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Home\AppData\Local\Programs\Python\Python312\Lib\site-packages\langchain_core\language_models\chat_models.py", line 1050, in bind_tools
raise NotImplementedError()
NotImplementedError
Извините за тупость, но я не понимаю какие должны быть параметры (если проблема в них), в документации информация отсутствует.
The text was updated successfully, but these errors were encountered: