davidrgleason commited on
Commit
6bfcfe6
1 Parent(s): 3eaca16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
8
  #MODEL SETTINGS also for DISPLAY
9
  convHistory = ''
10
  #modelfile = "model/stablelm-zephyr-3b.Q4_K_M.gguf"
11
- modefile = hf_hub_download(
12
  repo_id=os.environ.get("REPO_ID", "TheBloke/stablelm-zephyr-3b-GGUF"),
13
  filename=os.environ.get("MODEL_FILE", "stablelm-zephyr-3b.Q4_K_M.gguf"),
14
  )
 
8
  #MODEL SETTINGS also for DISPLAY
9
  convHistory = ''
10
  #modelfile = "model/stablelm-zephyr-3b.Q4_K_M.gguf"
11
+ modelfile = hf_hub_download(
12
  repo_id=os.environ.get("REPO_ID", "TheBloke/stablelm-zephyr-3b-GGUF"),
13
  filename=os.environ.get("MODEL_FILE", "stablelm-zephyr-3b.Q4_K_M.gguf"),
14
  )