-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
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
运行报错 #2629
Labels
bug
Something isn't working
Comments
🤖 你好 @snakeninny!欢迎来到Langchain-Chatchat的GitHub页面。我是Dosu,一个可以帮助你解决问题,回答你的问题,甚至帮助你成为一个贡献者的机器人。在等待人类维护者回复的同时,我在这里提供帮助。我正在查看你的问题,很快会给你一个完整的答案。 |
python startup.py -a |
running_models = list(api.list_running_models()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeError: 'NoneType' object is not iterable
Traceback:
File "/home/hqms/miniconda3/envs/langchain/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 534, in _run_script
exec(code, module.dict)
File "/home/hqms/bqq/Langchain-Chatchat/webui.py", line 64, in
pages[selected_page]["func"](api=api, is_lite=is_lite)
File "/home/hqms/bqq/Langchain-Chatchat/webui_pages/dialogue/dialogue.py", line 165, in dialogue_page
running_models = list(api.list_running_models())
The text was updated successfully, but these errors were encountered: