This commit is contained in:
2025-08-31 13:15:58 +08:00
parent 1bdf7a3af4
commit 6af46bec96
7 changed files with 11 additions and 255 deletions

View File

@@ -50,7 +50,7 @@ async def get_xueban_response_async(query_text: str, stream: bool = True):
zhishiContent = f.read()
zhishiContent = "选择作答的相应知识内容:" + zhishiContent + "\n"
query_text = zhishiContent + "下面是用户提的问题:" + query_text
logger.info("query_text: " + query_text)
#logger.info("query_text: " + query_text)
try:
# 创建请求