AksharaSachin commited on
Commit
ede67b8
·
verified ·
1 Parent(s): 13ec7d3

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -2
agent.py CHANGED
@@ -52,8 +52,7 @@ def build_agent():
52
  model_kwargs={
53
  "temperature": 0.7,
54
  "max_new_tokens": 100
55
- },
56
- task="question-answering"
57
  )
58
 
59
  tools = [use_wikipedia_tool, use_search_tool]
 
52
  model_kwargs={
53
  "temperature": 0.7,
54
  "max_new_tokens": 100
55
+ }
 
56
  )
57
 
58
  tools = [use_wikipedia_tool, use_search_tool]