uaritm commited on
Commit
b13d55d
1 Parent(s): e7da4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from huggingface_hub import hf_hub_download
8
  #MODEL SETTINGS also for DISPLAY
9
  convHistory = ''
10
  modelfile = hf_hub_download(
11
- repo_id=os.environ.get("REPO_ID", "TheBloke/WestLake-7B-v2-GGUF"), #("REPO_ID", "TheBloke/stablelm-zephyr-3b-GGUF"), HuggingFaceH4/zephyr-7b-beta
12
- filename=os.environ.get("MODEL_FILE", "westlake-7b-v2.Q2_K.gguf"), #("MODEL_FILE", "stablelm-zephyr-3b.Q4_K_M.gguf"),
13
  )
14
  repetitionpenalty = 1.15
15
  contextlength=4096
 
8
  #MODEL SETTINGS also for DISPLAY
9
  convHistory = ''
10
  modelfile = hf_hub_download(
11
+ repo_id=os.environ.get("REPO_ID", "TheBloke/stablelm-zephyr-3b-GGUF"), #("REPO_ID", "TheBloke/stablelm-zephyr-3b-GGUF"), HuggingFaceH4/zephyr-7b-beta
12
+ filename=os.environ.get("MODEL_FILE", "stablelm-zephyr-3b.Q4_K_M.gguf"), #("MODEL_FILE", "stablelm-zephyr-3b.Q4_K_M.gguf"),
13
  )
14
  repetitionpenalty = 1.15
15
  contextlength=4096