Fix: local variable issue. (#9255)

### What problem does this PR solve?

#9227

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-08-05 19:24:34 +08:00
committed by GitHub
parent ed9757b0c7
commit 2124329e95
2 changed files with 7 additions and 2 deletions

View File

@ -542,6 +542,7 @@ class GeminiCV(Base):
yield response.usage_metadata.total_token_count
else:
yield 0
class NvidiaCV(Base):
_FACTORY_NAME = "NVIDIA"