Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
# Set up the inference API client
|
| 7 |
-
hf_client = InferenceClient("mistralai/
|
| 8 |
|
| 9 |
def respond(
|
| 10 |
message,
|
|
|
|
| 4 |
import requests
|
| 5 |
|
| 6 |
# Set up the inference API client
|
| 7 |
+
hf_client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1", token=os.getenv("HF_TOKEN"))
|
| 8 |
|
| 9 |
def respond(
|
| 10 |
message,
|