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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from huggingface_hub import hf_hub_download
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
  )
15
  repetitionpenalty = 1.15
16
  contextlength=4096
 
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
  )
15
  repetitionpenalty = 1.15
16
  contextlength=4096