update tesou.py

This commit is contained in:
ACBBZ
2024-03-25 08:28:04 +00:00
parent 6e5771b640
commit c3dc2966f0

View File

@ -15,7 +15,7 @@ class Tesou(Blackbox):
data = args[0]
return isinstance(data, list)
# 用户输入的数据格式为:[{"user_id": "123", "prompt": "叉烧饭,帮我查询叉烧饭的介绍"}]
# 用户输入的数据格式为:[{"id": "123", "prompt": "叉烧饭,帮我查询叉烧饭的介绍"}]
def processing(self, id, prompt) -> str:
url = 'http://120.196.116.194:48891/chat/'