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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ from llama_cpp_agent.llm_output_settings import (
14
  )
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(
 
14
  )
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 ui 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(