Fix: uv lock updates (#11511)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-11-25 16:01:12 +08:00
committed by GitHub
parent 7a344a32f9
commit 915e385244
2 changed files with 3382 additions and 3379 deletions

View File

@ -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)

6759
uv.lock generated

File diff suppressed because it is too large Load Diff