Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ from ctransformers import AutoModelForCausalLM
|
|
| 8 |
# MODEL CONFIGURATION
|
| 9 |
# ------------------------------
|
| 10 |
# 👉 Use the correct path based on where you uploaded the model
|
| 11 |
-
MODEL_PATH = "
|
|
|
|
| 12 |
|
| 13 |
SYSTEM_PROMPT = """
|
| 14 |
You are a highly capable and reliable AI assistant.
|
|
|
|
| 8 |
# MODEL CONFIGURATION
|
| 9 |
# ------------------------------
|
| 10 |
# 👉 Use the correct path based on where you uploaded the model
|
| 11 |
+
MODEL_PATH = "sayalimetkar/quant_model"
|
| 12 |
+
# or "sayalimetkar/quant_model" if hosted on HF Hub
|
| 13 |
|
| 14 |
SYSTEM_PROMPT = """
|
| 15 |
You are a highly capable and reliable AI assistant.
|