Merge branch 'SengokuCola:debug' into debug

This commit is contained in:
HYY
2025-03-12 11:40:54 +08:00
committed by GitHub
8 changed files with 63 additions and 187 deletions

View File

@@ -237,7 +237,7 @@ class LLM_request:
delta_content = ""
accumulated_content += delta_content
# 检测流式输出文本是否结束
finish_reason = chunk["choices"][0]["finish_reason"]
finish_reason = chunk["choices"][0].get("finish_reason")
if finish_reason == "stop":
usage = chunk.get("usage", None)
if usage: