Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import base64
|
|
| 5 |
import json
|
| 6 |
|
| 7 |
REPO_ID = "bartowski/zai-org_GLM-4.6V-Flash-GGUF"
|
| 8 |
-
FILENAME = "zai-org_GLM-4.6V-Flash-
|
| 9 |
|
| 10 |
print("🚀 Starting THE Z AI Server...", flush=True)
|
| 11 |
|
|
|
|
| 5 |
import json
|
| 6 |
|
| 7 |
REPO_ID = "bartowski/zai-org_GLM-4.6V-Flash-GGUF"
|
| 8 |
+
FILENAME = "zai-org_GLM-4.6V-Flash-IQ2_M.gguf"
|
| 9 |
|
| 10 |
print("🚀 Starting THE Z AI Server...", flush=True)
|
| 11 |
|