mirror of
https://github.com/langchain-ai/streamlit-agent.git
synced 2026-08-27 03:32:45 -04:00
ChatBot misbehaves with AzureChatOpenAI #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @realSAH on GitHub (Oct 23, 2023).
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
ChatOpenAIchat_llmif you keep everything the same, but switch to
AzureChatOpenAIchat_llm,then the history start to misbehave, bot reply vanishes, etc.