EinfachOlder commited on
Commit
cd4665c
1 Parent(s): 9efb566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ 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/codellama/CodeLlama-7b-hf"
15
+
16
 
17
  FIM_PREFIX = "<PRE> "
18
  FIM_MIDDLE = " <MID>"