Kakashi-hatake commited on
Commit
4704563
·
verified ·
1 Parent(s): 25fa2d2

changes the model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -87,8 +87,8 @@ async def extract(file: UploadFile = File(...)):
87
 
88
  # Create chat-style payload
89
  payload = {
90
- # "model": "zai-org/GLM-4.1V-9B-Thinking:novita",
91
- "model": "meta-llama/Llama-3.2-11B-Vision-Instruct:together",
92
  # "model": "meta-llama/Llama-4-Scout-17B-16E-Instruct:novita",
93
  # "model": "llama3.2-vision:11b",
94
  "messages": [
 
87
 
88
  # Create chat-style payload
89
  payload = {
90
+ "model": "zai-org/GLM-4.1V-9B-Thinking:novita",
91
+ # "model": "meta-llama/Llama-3.2-11B-Vision-Instruct:together",
92
  # "model": "meta-llama/Llama-4-Scout-17B-16E-Instruct:novita",
93
  # "model": "llama3.2-vision:11b",
94
  "messages": [