rohan13 commited on
Commit
70e13e2
1 Parent(s): e64b8bd

import fix

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1,5 +1,5 @@
1
  from utils import create_index, get_agent_chain, get_prompt_and_tools, get_search_index
2
- from utils import get_custom_agent
3
  question_starters = ['who', 'why', 'what', 'how', 'where', 'when', 'which', 'whom', 'whose']
4
 
5
  def run(question):
 
1
  from utils import create_index, get_agent_chain, get_prompt_and_tools, get_search_index
2
+ from utils import get_custom_agent, get_prompt_and_tools_for_custom_agent
3
  question_starters = ['who', 'why', 'what', 'how', 'where', 'when', 'which', 'whom', 'whose']
4
 
5
  def run(question):