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 run streamlit_app.py报错 #221

Closed deauss2017 closed 5 months ago

deauss2017 commented 5 months ago

提交前必须检查以下项目 | The following items must be checked before submission

问题类型 | Type of problem

启动命令 | Startup command

操作系统 | Operating system

Linux

详细描述问题 | Detailed description of the problem

运行这个streamlit run streamlit_app.py 报 image

根据这个提示 找到包含st.experimental_get_query_params的文件并修改成st.query_params streamlit-demo/streamlit_gallery/utils/page.py文件 image image

在运行streamlit run streamlit_app.py 又报错

image

请问这个要怎么处理

Dependencies

# 请在此处粘贴依赖情况
# Please paste the dependencies here

运行日志或截图 | Runtime logs or screenshots

# 请在此处粘贴运行日志
# Please paste the run log here
deauss2017 commented 5 months ago

临时解决了一下 降低了streamlit 版本