Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ if not model_repo_id:
|
|
11 |
raise ValueError("MODEL_REPO_ID token not found. Please set the MODEL_REPO_ID environment variable.")
|
12 |
|
13 |
# Hugging Face Inference API Details
|
14 |
-
API_URL = "Mistral-7B-Instruct-v0.3"
|
15 |
HEADERS = {"Authorization": f"Bearer {model_repo_id}"}
|
16 |
|
17 |
def generate_exegesis(passage):
|
|
|
11 |
raise ValueError("MODEL_REPO_ID token not found. Please set the MODEL_REPO_ID environment variable.")
|
12 |
|
13 |
# Hugging Face Inference API Details
|
14 |
+
API_URL = "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3"
|
15 |
HEADERS = {"Authorization": f"Bearer {model_repo_id}"}
|
16 |
|
17 |
def generate_exegesis(passage):
|