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

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -53,7 +53,7 @@ def build_agent():
53
  "temperature": 0.7,
54
  "max_new_tokens": 100
55
  },
56
- task="text-generation"
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]