Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|