Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ from huggingface_hub import hf_hub_download
|
|
4 |
import os
|
5 |
|
6 |
# Model configuration
|
7 |
-
MODEL_REPO = "druvx13/
|
8 |
-
MODEL_FILE = "
|
9 |
CACHE_DIR = "./model_cache"
|
10 |
MAX_TOKENS = 200
|
11 |
|
|
|
4 |
import os
|
5 |
|
6 |
# Model configuration
|
7 |
+
MODEL_REPO = "druvx13/Qwen3-0.6B-Q5_0-GGUF"
|
8 |
+
MODEL_FILE = "qwen3-0.6b-q5_0.gguf"
|
9 |
CACHE_DIR = "./model_cache"
|
10 |
MAX_TOKENS = 200
|
11 |
|