Daemontatox commited on
Commit
5d6665e
·
verified ·
1 Parent(s): b19adf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/qwen2.5-vl-72b-instruct:free",
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