Akjava commited on
Commit
5d26a64
·
verified ·
1 Parent(s): 217bb15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ from llama_cpp_agent.providers import LlamaCppPythonProvider
19
  from llama_cpp_agent.chat_history import BasicChatHistory
20
  from llama_cpp_agent.chat_history.messages import Roles
21
  from llama_cpp_agent.llm_output_settings import LlmStructuredOutputSettings
 
22
 
23
  import gradio as gr
24
  from huggingface_hub import hf_hub_download
 
19
  from llama_cpp_agent.chat_history import BasicChatHistory
20
  from llama_cpp_agent.chat_history.messages import Roles
21
  from llama_cpp_agent.llm_output_settings import LlmStructuredOutputSettings
22
+ from llama_cpp_agent.messages_formatter import MessagesFormatter, PromptMarkers
23
 
24
  import gradio as gr
25
  from huggingface_hub import hf_hub_download