Update agent.py
Browse files
agent.py
CHANGED
@@ -53,7 +53,7 @@ def build_agent():
|
|
53 |
"temperature": 0.7,
|
54 |
"max_new_tokens": 100
|
55 |
},
|
56 |
-
task="
|
57 |
)
|
58 |
|
59 |
tools = [use_wikipedia_tool, use_search_tool]
|
|
|
53 |
"temperature": 0.7,
|
54 |
"max_new_tokens": 100
|
55 |
},
|
56 |
+
task="question-answering"
|
57 |
)
|
58 |
|
59 |
tools = [use_wikipedia_tool, use_search_tool]
|