'commit'
This commit is contained in:
@@ -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
|
||||
|
||||
# 清理并解析匹配结果
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user