'NoneType' object is not iterable报错 #2056
Replies: 2 comments 2 replies
-
所有的模型路径已经正确配置 |
Beta Was this translation helpful? Give feedback.
2 replies
-
请问这个是什么原因呢? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
File "/root/miniconda3/lib/python3.8/site-packages/streamlit/runtime/scriptrun
exec(code, module.dict)
File "/root/autodl-tmp/Langchain-Chatchat/webui.py", line 64, in
pages[selected_page]["func"](api=api, is_lite=is_lite)
File "/root/autodl-tmp/Langchain-Chatchat/webui_pages/dialogue/dialogue.py",
running models = list(api.list running models())
运行startup后有时候会出现上面的报错,有时候又能正常运行。小白真心求解出现上面报错的来源是哪里
Beta Was this translation helpful? Give feedback.
All reactions