mishig HF staff commited on
Commit
0b3d73c
·
1 Parent(s): e569bc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from share_btn import community_icon_html, loading_icon_html, share_js, share_bt
11
 
12
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
13
 
14
- API_URL = "https://api-inference.huggingface.co/models/codellama/CodeLlama-13b-hf"
15
 
16
  FIM_PREFIX = "<PRE> "
17
  FIM_MIDDLE = " <MID>"
 
11
 
12
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
13
 
14
+ API_URL = "https://api-inference.huggingface.co/models/Phind/Phind-CodeLlama-34B-v2"
15
 
16
  FIM_PREFIX = "<PRE> "
17
  FIM_MIDDLE = " <MID>"