Update app.py
#12
by
xiaozhou0822
- opened
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/codellama/CodeLlama-13b-hf"
|
| 15 |
|
| 16 |
FIM_PREFIX = "<PRE> "
|
| 17 |
FIM_MIDDLE = " <MID>"
|