Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ custom_role_conversions=None,
|
|
47 |
)
|
48 |
|
49 |
import os
|
50 |
-
!pip install
|
51 |
from smolagents import LiteLLMModel
|
52 |
model = LiteLLMModel(model_id="meta-llama/Llama-3.2-3B-Instruct")
|
53 |
# os.environ["HF_TOKEN"]="hf_xxxxxxxxxxx"
|
|
|
47 |
)
|
48 |
|
49 |
import os
|
50 |
+
!pip install smolagents[litellm]
|
51 |
from smolagents import LiteLLMModel
|
52 |
model = LiteLLMModel(model_id="meta-llama/Llama-3.2-3B-Instruct")
|
53 |
# os.environ["HF_TOKEN"]="hf_xxxxxxxxxxx"
|