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