This commit is contained in:
HuangHai
2026-01-20 08:21:08 +08:00
parent 34501faafb
commit a5e8da0f9e
11 changed files with 1044 additions and 1215 deletions

View File

@@ -112,7 +112,7 @@ async def chat(q: str):
"""
match_result_str = ""
async for chunk in get_llm_response_async(match_prompt, stream=True):
async for chunk in get_llm_response(match_prompt, stream=True):
match_result_str += chunk
# 清理并解析匹配结果