Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ Return a JSON object following the specified structure.
|
|
244 |
|
245 |
# Call the inference API with streaming enabled.
|
246 |
stream = client.chat.completions.create(
|
247 |
-
model="qwen/
|
248 |
messages=messages,
|
249 |
max_tokens=max_new_tokens,
|
250 |
stream=True
|
|
|
244 |
|
245 |
# Call the inference API with streaming enabled.
|
246 |
stream = client.chat.completions.create(
|
247 |
+
model="qwen/qwen-vl-plus:free",
|
248 |
messages=messages,
|
249 |
max_tokens=max_new_tokens,
|
250 |
stream=True
|