Spaces:
Runtime error
Runtime error
Update api.py
Browse files
api.py
CHANGED
|
@@ -11,8 +11,8 @@ with open("llm_config.json", "r") as f:
|
|
| 11 |
config = json.load(f)["openai"]
|
| 12 |
|
| 13 |
# Model details
|
| 14 |
-
REPO_ID = "
|
| 15 |
-
MODEL_FILENAME = "Hermes-
|
| 16 |
HF_TOKEN = os.environ.get("HF_API_TOKEN")
|
| 17 |
CACHE_DIR = "/app/.cache/huggingface"
|
| 18 |
|
|
|
|
| 11 |
config = json.load(f)["openai"]
|
| 12 |
|
| 13 |
# Model details
|
| 14 |
+
REPO_ID = "mradermacher/distilabeled-Hermes-2.5-Mistral-7B-GGUF"
|
| 15 |
+
MODEL_FILENAME = "distilabeled-Hermes-2.5-Mistral-7B.Q2_K.gguf"
|
| 16 |
HF_TOKEN = os.environ.get("HF_API_TOKEN")
|
| 17 |
CACHE_DIR = "/app/.cache/huggingface"
|
| 18 |
|