pabloce commited on
Commit
622f877
·
verified ·
1 Parent(s): d09e9ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.MISTRAL,
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