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
I am using VertexAI as my LLM. Running tests and the second and last tests error with the below.
Found this which may be related - langchain-ai/langchain#16840
Also noticed a warning saying LLMSingleActionAgent is deprecated, which includes the stop parameter possibly causing the error.
LLMSingleActionAgent
stop
Thanks for a neat repo.
The text was updated successfully, but these errors were encountered:
Vertex works if i dont use ChatLiteLLM, so perhaps its an issue with ChatLiteLLM.
Sorry, something went wrong.
No branches or pull requests
I am using VertexAI as my LLM. Running tests and the second and last tests error with the below.
Found this which may be related - langchain-ai/langchain#16840
Also noticed a warning saying
LLMSingleActionAgent
is deprecated, which includes thestop
parameter possibly causing the error.Thanks for a neat repo.
The text was updated successfully, but these errors were encountered: