fix:客服agent增加转人工
This commit is contained in:
@@ -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())
|
||||
Reference in New Issue
Block a user