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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ custom_role_conversions=None,
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"
 
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"