Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
18 |
-
from
|
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(
|