Crackershoot commited on
Commit
f1c8b1d
·
verified ·
1 Parent(s): 45c642f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -1,7 +1,6 @@
1
  #pip install 'smolagents[litellm]'
2
- import subprocess
3
-
4
- subprocess.check_call(['pip', 'install', 'smolagents[litellm]'])
5
 
6
  from smolagents import LiteLLMModel
7
  #from smolagents import CodeAgent, InferenceClientModel
@@ -74,8 +73,8 @@ agent = CodeAgent(
74
  grammar=None,
75
  planning_interval=None,
76
  name=None,
77
- description=None#,
78
- #prompt_templates=prompt_templates
79
  )
80
 
81
  GradioUI(agent).launch()
 
1
  #pip install 'smolagents[litellm]'
2
+ #import subprocess
3
+ #subprocess.check_call(['pip', 'install', 'smolagents[litellm]'])
 
4
 
5
  from smolagents import LiteLLMModel
6
  #from smolagents import CodeAgent, InferenceClientModel
 
73
  grammar=None,
74
  planning_interval=None,
75
  name=None,
76
+ description=None,
77
+ prompt_templates=prompt_templates
78
  )
79
 
80
  GradioUI(agent).launch()