pabloce commited on
Commit
aa19b23
·
verified ·
1 Parent(s): 9e23018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from llama_cpp_agent.llm_output_settings import (
15
  from llama_cpp_agent.tools import WebSearchTool
16
  from llama_cpp_agent.prompt_templates import web_search_system_prompt, research_system_prompt
17
  from style import css, PLACEHOLDER
18
- from utils import CitingSources
19
  from settings import get_context_by_model, get_messages_formatter_type
20
 
21
  hf_hub_download(
 
15
  from llama_cpp_agent.tools import WebSearchTool
16
  from llama_cpp_agent.prompt_templates import web_search_system_prompt, research_system_prompt
17
  from style import css, PLACEHOLDER
18
+ from ui import CitingSources
19
  from settings import get_context_by_model, get_messages_formatter_type
20
 
21
  hf_hub_download(