Guillaume Fradet commited on
Commit
d6ffbde
·
1 Parent(s): b48ba9d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
10
  from llama_index.tools.wikipedia import WikipediaToolSpec
11
  from llama_index.tools.duckduckgo import DuckDuckGoSearchToolSpec
12
 
13
- from .prompt import custom_react_system_header_str
14
 
15
  # (Keep Constants as is)
16
  # --- Constants ---
 
10
  from llama_index.tools.wikipedia import WikipediaToolSpec
11
  from llama_index.tools.duckduckgo import DuckDuckGoSearchToolSpec
12
 
13
+ from prompt import custom_react_system_header_str
14
 
15
  # (Keep Constants as is)
16
  # --- Constants ---