Qwen2-VL model typo fixed (#349)

This commit is contained in:
Sergio Paniego Blanco 2025-01-28 09:45:25 +01:00 committed by GitHub
parent 216ec1a0ae
commit f26d77ca2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ load_dotenv()
import os
# Let's use Qwen-2VL-72B via an inference provider like Fireworks AI
# Let's use Qwen2-VL-72B via an inference provider like Fireworks AI
model = OpenAIServerModel(
api_key=os.getenv("FIREWORKS_API_KEY"),