fix:客服agent增加转人工

This commit is contained in:
2026-09-15 11:42:26 +08:00
parent 177a28b1de
commit 102cae6692
10 changed files with 22 additions and 100 deletions
+1 -2
View File
@@ -18,7 +18,6 @@ async def check() -> None:
{"role": "user", "content": "只回复:连接正常"},
],
temperature=0,
max_tokens=16,
)
print("chat: ok", answer[:32])
except Exception as exc:
@@ -32,4 +31,4 @@ async def check() -> None:
if __name__ == "__main__":
asyncio.run(check())
asyncio.run(check())