sayalimetkar commited on
Commit
693aa4c
·
verified ·
1 Parent(s): 3630841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 = "models/quant_model.gguf" # or "sayalimetkar/quant_model" if hosted on HF Hub
 
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.