suraj commited on
Commit
99e53fd
1 Parent(s): 4f035fe
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from huggingface_hub import hf_hub_download
7
  #MODEL SETTINGS also for DISPLAY
8
  convHistory = ''
9
  modelfile = hf_hub_download(
10
- repo_id=os.environ.get("REPO_ID", "slasiyal/deepseek-coder-7b-instruct_q8_0.gguf"),
11
- filename=os.environ.get("MODEL_FILE", "deepseek-coder-7b-instruct_q8_0.gguf"),
12
  )
13
  repetitionpenalty = 1.15
14
  contextlength=4096
 
7
  #MODEL SETTINGS also for DISPLAY
8
  convHistory = ''
9
  modelfile = hf_hub_download(
10
+ repo_id=os.environ.get("REPO_ID", "microsoft/Phi-3-mini-4k-instruct-gguf"),
11
+ filename=os.environ.get("MODEL_FILE", "Phi-3-mini-4k-instruct-q4.gguf"),
12
  )
13
  repetitionpenalty = 1.15
14
  contextlength=4096