We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540ab60 commit 2b896f3Copy full SHA for 2b896f3
1 file changed
chat_templates/templates/v3_image.jinja
@@ -96,7 +96,7 @@
96
97
{%- if message['content'] is string and message['content'] != '' %}
98
{{- message['content'] }}
99
- {%- elif message['content'] | length > 1 %}
+ {%- elif message['content'] | length > 0 %}
100
{%- for block in message['content'] %}
101
{%- if block['type'] == 'text' %}
102
{{- block['text'] }}
0 commit comments