Skip to content

Commit 68c8690

Browse files
Update messages_formatter.py
1 parent a45f852 commit 68c8690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama_cpp_agent/messages_formatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _format_response(
145145
vicuna_prompt_markers = {
146146
Roles.system: PromptMarkers("", """\n\n"""),
147147
Roles.user: PromptMarkers("""USER: """, """\n"""),
148-
Roles.assistant: PromptMarkers("""ASSISTANT:""", ""),
148+
Roles.assistant: PromptMarkers("""ASSISTANT:""", "\n"),
149149
Roles.tool: PromptMarkers("", ""),
150150
}
151151

0 commit comments

Comments
 (0)