kevinalexmathews commited on
Commit
b39e301
·
verified ·
1 Parent(s): 95f48a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ custom_role_conversions=None,
47
  )
48
 
49
  import os
 
50
  from smolagents import LiteLLMModel
51
  model = LiteLLMModel(model_id="meta-llama/Llama-3.2-3B-Instruct")
52
  # 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"