Skip to content

Commit

Permalink
Update messages_formatter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian-Winter committed Jun 12, 2024
1 parent a45f852 commit 68c8690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llama_cpp_agent/messages_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _format_response(
vicuna_prompt_markers = {
Roles.system: PromptMarkers("", """\n\n"""),
Roles.user: PromptMarkers("""USER: """, """\n"""),
Roles.assistant: PromptMarkers("""ASSISTANT:""", ""),
Roles.assistant: PromptMarkers("""ASSISTANT:""", "\n"),
Roles.tool: PromptMarkers("", ""),
}

Expand Down

0 comments on commit 68c8690

Please sign in to comment.