Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ class BasicAgent:
|
|
| 22 |
|
| 23 |
# Load the HF-supported model using InferenceClientModel
|
| 24 |
self.model = InferenceClientModel(
|
| 25 |
-
model_id="meta-llama/
|
| 26 |
#meta-llama/Llama-3.1-8B-Instruct HuggingFaceH4/zephyr-7b-beta
|
| 27 |
)
|
| 28 |
|
|
|
|
| 22 |
|
| 23 |
# Load the HF-supported model using InferenceClientModel
|
| 24 |
self.model = InferenceClientModel(
|
| 25 |
+
model_id="meta-llama/Llama-3.1-8B-Instruct" #meta-llama/Llama-3.1-8B-Instruct meta-llama/Meta-Llama-3-8B-Instruct
|
| 26 |
#meta-llama/Llama-3.1-8B-Instruct HuggingFaceH4/zephyr-7b-beta
|
| 27 |
)
|
| 28 |
|