Spaces:
Runtime error
Runtime error
import fix
Browse files
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):
|