瀏覽代碼

fix: completion stop invalid (#355)

tags/0.3.3
John Wang 2 年之前
父節點
當前提交
ab115b5f87
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      api/core/callback_handler/llm_callback_handler.py

+ 1
- 0
api/core/callback_handler/llm_callback_handler.py 查看文件

@@ -79,6 +79,7 @@ class LLMCallbackHandler(BaseCallbackHandler):
self.conversation_message_task.append_message_text(token)
except ConversationTaskStoppedException as ex:
self.on_llm_error(error=ex)
raise ex

self.llm_message.completion += token


Loading…
取消
儲存