anribras
Results
3
issues of
anribras
主要想使用上传本地图片功能...
1 Add gittalk support; 2 Fixed render error bug after changing any contents in _post To use it , add some configuration in _config.yaml and enable = true ```sh gittalk:...
I found squence reply text is flushed out at same time, I sure it worked in former version: ```py response = gptChatbot.get_chat_response(message['data'], output="stream") for i, res in enumerate(response): print(res['message']) ```
bug