pabloce commited on
Commit
8ecb9de
1 Parent(s): b3a6cb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import hf_hub_download
5
 
6
  from llama_cpp import Llama
7
  from llama_cpp_agent.providers import LlamaCppPythonProvider
8
- from llama_cpp_agent import LlamaCppAgent
9
  from llama_cpp_agent.chat_history import BasicChatHistory
10
  from llama_cpp_agent.chat_history.messages import Roles
11
  from llama_cpp_agent.llm_output_settings import (
 
5
 
6
  from llama_cpp import Llama
7
  from llama_cpp_agent.providers import LlamaCppPythonProvider
8
+ from llama_cpp_agent import LlamaCppAgent, MessagesFormatterType
9
  from llama_cpp_agent.chat_history import BasicChatHistory
10
  from llama_cpp_agent.chat_history.messages import Roles
11
  from llama_cpp_agent.llm_output_settings import (