Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def respond(
|
|
34 |
agent = LlamaCppAgent(
|
35 |
provider,
|
36 |
system_prompt="You are a helpful assistant.",
|
37 |
-
predefined_messages_formatter_type=MessagesFormatterType.
|
38 |
debug_output=True
|
39 |
)
|
40 |
|
|
|
34 |
agent = LlamaCppAgent(
|
35 |
provider,
|
36 |
system_prompt="You are a helpful assistant.",
|
37 |
+
predefined_messages_formatter_type=MessagesFormatterType.LLAMA_3,
|
38 |
debug_output=True
|
39 |
)
|
40 |
|