You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is taht I don't know any funcion used in the example that inherits from class BaseRequestsTool of LangChain
I tried this code both with the latest versions of the libraries in requirements.txt and the ones that existed when the requirements was modified:
gradio==3.34.0
langchain==0.0.194
tiktoken==0.4.0
openai==0.27.8
and the result is the same error.
Could you please provide more insight to avoid having this problem?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to run "chat with business console" but I get an unexpected error in LangChain
"ValueError: You must set allow_dangerous_requests to True to use this tool [...]"
This value error comes from here (line 35):
https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/tools/requests/tool.py
The problem is taht I don't know any funcion used in the example that inherits from class BaseRequestsTool of LangChain
I tried this code both with the latest versions of the libraries in requirements.txt and the ones that existed when the requirements was modified:
gradio==3.34.0
langchain==0.0.194
tiktoken==0.4.0
openai==0.27.8
and the result is the same error.
Could you please provide more insight to avoid having this problem?
The text was updated successfully, but these errors were encountered: