Spaces:
Sleeping
Sleeping
Try to send an email
Browse files
agent.py
CHANGED
|
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
|
|
| 2 |
import os
|
| 3 |
|
| 4 |
client = InferenceClient(
|
| 5 |
-
model="HuggingFaceH4/zephyr-7b-beta", # ou mistralai/Mistral-7B-Instruct-v0.1
|
| 6 |
token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 7 |
)
|
| 8 |
|
|
|
|
| 2 |
import os
|
| 3 |
|
| 4 |
client = InferenceClient(
|
| 5 |
+
model= "mistralai/Mistral-7B-Instruct-v0.1", # "HuggingFaceH4/zephyr-7b-beta", # ou mistralai/Mistral-7B-Instruct-v0.1
|
| 6 |
token=os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 7 |
)
|
| 8 |
|