fix 翻译接口修改template
This commit is contained in:
zhouchengrong
2024-06-13 13:35:49 +08:00
parent e94ea11ccd
commit 49807a3bf3
7 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ def chat_robot(request_data: ChatRobotModel):
try:
logger.info(f"chat_robot request item is : @@@@@@:{request_data}")
code = 200
message = "access"
message = "OK!"
start_time = time.time()
data = chat(post_data=request_data)
logger.info(f"chat_robot Run time is @@@@@@:{time.time() - start_time}")