feat
fix 翻译接口修改template
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user