webui对话报错 #2139
webui对话报错
#2139
Replies: 2 comments
-
未能复现,试试在群里问问吧 |
Beta Was this translation helpful? Give feedback.
0 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
-
环境:windows10
python:3.10.12
使用的 Embedding 模型:/m3e-base
llm:qwen
CUDA版本 12.2
DuplicateWidgetID: There are multiple widgets with the same key=''.
To fix this, please make sure that the key argument is unique for each widget you create.
Traceback:
File "D:\work\Langchain-Chatchat\webui.py", line 64, in
pages[selected_page]["func"](api=api, is_lite=is_lite)
File "D:\work\Langchain-Chatchat\webui_pages\dialogue\dialogue.py", line 223, in dialogue_page
chat_box.show_feedback(**feedback_kwargs,
File "C:\Users\ruhnn\miniconda3\envs\langchain-env\lib\site-packages\streamlit_chatbox\messages.py", line 309, in show_feedback
return streamlit_feedback(**kwargs)
File "C:\Users\ruhnn\miniconda3\envs\langchain-env\lib\site-packages\streamlit_feedback_init_.py", line 104, in streamlit_feedback
component_value = _component_func(
File "C:\Users\ruhnn\miniconda3\envs\langchain-env\lib\site-packages\streamlit_option_menu\streamlit_callback.py", line 20, in wrapper_register_widget
return register_widget(*args, **kwargs)
Beta Was this translation helpful? Give feedback.
All reactions