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'm running
https://github.com/langchain-ai/streamlit-agent/blob/main/streamlit_agent/chat_with_documents.py
and it works seamlessly with my private account and ChatOpenAI chat_llm
ChatOpenAI
if you keep everything the same, but switch to AzureChatOpenAI chat_llm,
AzureChatOpenAI
then the history start to misbehave, bot reply vanishes, etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running
https://github.com/langchain-ai/streamlit-agent/blob/main/streamlit_agent/chat_with_documents.py
and it works seamlessly with my private account and
ChatOpenAI
chat_llmif you keep everything the same, but switch to
AzureChatOpenAI
chat_llm,then the history start to misbehave, bot reply vanishes, etc.
The text was updated successfully, but these errors were encountered: