Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
| 9 |
|
| 10 |
# Initialize the Hugging Face endpoint for inference
|
| 11 |
llm = HuggingFaceEndpoint(
|
| 12 |
-
repo_id="
|
| 13 |
huggingfacehub_api_token=HF_TOKEN.strip(),
|
| 14 |
temperature=0.7,
|
| 15 |
max_new_tokens=200
|
|
|
|
| 9 |
|
| 10 |
# Initialize the Hugging Face endpoint for inference
|
| 11 |
llm = HuggingFaceEndpoint(
|
| 12 |
+
repo_id="mistralai/Mistral-7B-Instruct-v0.3", # Replace with your model repo
|
| 13 |
huggingfacehub_api_token=HF_TOKEN.strip(),
|
| 14 |
temperature=0.7,
|
| 15 |
max_new_tokens=200
|