Skip to content

Commit 2b896f3

Browse files
committed
wip
1 parent 540ab60 commit 2b896f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chat_templates/templates/v3_image.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
{%- if message['content'] is string and message['content'] != '' %}
9898
{{- message['content'] }}
99-
{%- elif message['content'] | length > 1 %}
99+
{%- elif message['content'] | length > 0 %}
100100
{%- for block in message['content'] %}
101101
{%- if block['type'] == 'text' %}
102102
{{- block['text'] }}

0 commit comments

Comments
 (0)