Fix: uv lock updates (#11511)
### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
7a344a32f9
commit
915e385244
2 changed files with 3382 additions and 3379 deletions
|
|
@ -283,6 +283,8 @@ class QWenCV(GptV4):
|
|||
model=self.model_name,
|
||||
messages=messages,
|
||||
)
|
||||
if response.get("message"):
|
||||
raise Exception(response["message"])
|
||||
summary = response["output"]["choices"][0]["message"].content[0]["text"]
|
||||
return summary, num_tokens_from_string(summary)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue