Wfafa commited on
Commit
b4d7dc5
·
verified ·
1 Parent(s): f3d0335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def chat_with_model(message, history, context):
75
  "Content-Type": "application/json"
76
  },
77
  json={
78
- "model": "deepseek-ai/DeepSeek-OCR ",
79
  "messages": conversation
80
  }
81
  )
 
75
  "Content-Type": "application/json"
76
  },
77
  json={
78
+ "model": "Qwen/Qwen3-VL-8B-Instruct:novita",
79
  "messages": conversation
80
  }
81
  )