ruff format
This commit is contained in:
@@ -753,7 +753,7 @@ class LLMRequest:
|
||||
|
||||
response = await self._execute_request(endpoint="/chat/completions", payload=data, prompt=prompt)
|
||||
# 原样返回响应,不做处理
|
||||
|
||||
|
||||
if len(response) == 3:
|
||||
content, reasoning_content, tool_calls = response
|
||||
return content, (reasoning_content, self.model_name, tool_calls)
|
||||
|
||||
Reference in New Issue
Block a user