Spaces:
Sleeping
Sleeping
changes the model
Browse files
app.py
CHANGED
|
@@ -87,8 +87,8 @@ async def extract(file: UploadFile = File(...)):
|
|
| 87 |
|
| 88 |
# Create chat-style payload
|
| 89 |
payload = {
|
| 90 |
-
|
| 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": [
|