Spaces:
Sleeping
Sleeping
jesusgj
commited on
Commit
·
a4fe62f
1
Parent(s):
07e3a65
Modified files
Browse files
agent.py
CHANGED
|
@@ -23,7 +23,7 @@ def initialize_agent():
|
|
| 23 |
|
| 24 |
# 1. Load the model
|
| 25 |
# Make sure to set HF_TOKEN in your Hugging Face Space secrets
|
| 26 |
-
model_name = "mistralai/Mixtral-
|
| 27 |
try:
|
| 28 |
model = InferenceClientModel(model_id=model_name, token=os.environ.get("HF_TOKEN"), provider="together")
|
| 29 |
except Exception as e:
|
|
|
|
| 23 |
|
| 24 |
# 1. Load the model
|
| 25 |
# Make sure to set HF_TOKEN in your Hugging Face Space secrets
|
| 26 |
+
model_name = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
| 27 |
try:
|
| 28 |
model = InferenceClientModel(model_id=model_name, token=os.environ.get("HF_TOKEN"), provider="together")
|
| 29 |
except Exception as e:
|