Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import yaml
|
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
from tools.visit_webpage import VisitWebpageTool
|
8 |
#from tools.web_shearch import DuckDuckGoSearchTool
|
9 |
-
from
|
10 |
|
11 |
'''
|
12 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
@@ -47,7 +47,7 @@ visit_webpage=VisitWebpageTool()
|
|
47 |
model = HfApiModel(
|
48 |
max_tokens=2096,
|
49 |
temperature=0.5,
|
50 |
-
model_id='
|
51 |
custom_role_conversions=None,
|
52 |
)
|
53 |
|
|
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
from tools.visit_webpage import VisitWebpageTool
|
8 |
#from tools.web_shearch import DuckDuckGoSearchTool
|
9 |
+
from smolagents import GradioUI
|
10 |
|
11 |
'''
|
12 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
|
|
47 |
model = HfApiModel(
|
48 |
max_tokens=2096,
|
49 |
temperature=0.5,
|
50 |
+
model_id='google/gemma-3-27b-it',# it is possible that this model may be overloaded
|
51 |
custom_role_conversions=None,
|
52 |
)
|
53 |
|