xusenlinzy / api-for-open-llm

Openai style api for open large language models, using LLMs just as chatgpt! Support for LLaMA, LLaMA-2, BLOOM, Falcon, Baichuan, Qwen, Xverse, SqlCoder, CodeLLaMA, ChatGLM, ChatGLM2, ChatGLM3 etc. 开源大模型的统一后端接口
Apache License 2.0
2.16k stars 252 forks source link

streamlit 1.32.2 版本新api适配 #247

Closed anonNo2 closed 3 months ago

anonNo2 commented 3 months ago

streamlit 1.32.2 版本开始,experimental_query_params 的api开始被提醒要被替换(马上会删除)

该提交适配了新的api,消除了页面上的提示。

langchain自0.1.12版本开始,langchain 包名被替换为 langchain_community,该提交也进行了更改

相关issue: https://github.com/xusenlinzy/api-for-open-llm/issues/221