Devin Stein
Devin Stein
@getsean Look at your account page: https://platform.openai.com/account/usage
@clebermarq What version of SQLAlchemy are you using? It looks like [PyAthena only supports
@KillerStrike17 Can you share error logs?
@vladimircape The bot's answer is correct about the error message. You cannot pass the LlamaIndex model to `initialize_agent` ```py agent_executor = initialize_agent( # llm must be a LangChain LLM tools,...
@vladimircape Can you share code?
@shivam-36 The latest version of LangChain is `0.0.222`. Try upgrade to the latest and see if that works.
_Answer generated by a 🤖_ ### Answer The error you're encountering is due to the fact that you're passing the `chain_type_kwargs` dictionary directly to the `ConversationalRetrievalChain.from_llm()` method. Instead, you should...
_Generated by a 🤖_ ## Answer I found related issues that might be helpful. I did my best to summarize the solutions, but I recommend looking at the related issues...
_Generated by a 🤖_ ### Answer The `llm_cache` is not supported in `BaseChatModel` because it is designed specifically for the BaseLLM class, which focuses on generating text completions with a...
_Generated by a 🤖_ ### Answer The issue seems to be related to the parsing of the output from the language model. The output contains a special token ' ###...