Candy-bot-gpu
Candy-bot-gpu
现在打开feedback后有什么办法解决并发的问题吗? 打印出来self._chat_containers的值是[DeltaGenerator(_provided_cursor=RunningCursor(_parent_path=(3,), _index=1), _parent=DeltaGenerator(), _block_type='chat_message', _form_data=FormData(form_id='')), DeltaGenerator(_provided_cursor=RunningCursor(_parent_path=(4, 0), _index=6), _parent=DeltaGenerator(_provided_cursor=RunningCursor(_parent_path=(4,), _index=1), _parent=DeltaGenerator(), _block_type='chat_message', _form_data=FormData(form_id='')), _block_type='vertical', _form_data=FormData(form_id=''))] 我怎么获取我应该传递什么_index ?
发现即便把show_feedback注释掉,并发也一样会报错
Win10+chrom,我只要在同一浏览器上打开两个tab,然后同时发问,就必现 试了下用edge浏览器也一样出问题, 所有TAB窗口都用的是本地知识库问答工具  
$ pip show streamlit Name: streamlit Version: 1.34.0 我chatchat部署在一台linux服务器上 poetry shell export PYTHONPATH=.../libs/chatchat-server:$PYTHONPATH cd libs/chatchat-server ls $(poetry env info --path)/bin/ export PATH=$(poetry env info --path)/bin:$PATH nohup python chatchat/startup.py -a &...
这个怎么判断?就在安装chatchat的虚拟环境配置了proxy, 其他应该没有使用代理
应该是直连,我是在chatchat0.3.0 ,0.3.1我没试过
chatchat0.3.0 起来后你改了什么代码? chat_box.update_msg应该是怎么传递的? 能加微信沟通吗?
> wsl部署的会有问题吗 wsl2环境部署的 也会有同样的问题 我xinference起在linux,chatchat不管起在linux还是windows并发问都会报这个错
你是用0.3.0启动的吗?启动之后改了什么代码?我这里是必现呢。