You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llama_cpp/llama_chat_format.py
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2584,6 +2584,57 @@ class MoondreamChatHanlder(Llava15ChatHandler):
2584
2584
"{% endif %}"
2585
2585
)
2586
2586
2587
+
classLlava16ChatHandler(Llava15ChatHandler):
2588
+
DEFAULT_SYSTEM_MESSAGE="A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions. "
2589
+
2590
+
# Example prompt
2591
+
# "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions. USER: <image>\nWhat is shown in this image? ASSISTANT:"
0 commit comments