Skip to content

Commit

Permalink
fix wrong prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
melionel committed Mar 12, 2024
1 parent ce0e8b1 commit fa4ed80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/flows/chat/chat-with-image/chat.jinja2
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# # system:
# system:
You are a helpful assistant.

{% for item in chat_history %}
# # user:
# user:
{{item.inputs.question}}
# # assistant:
# assistant:
{{item.outputs.answer}}
{% endfor %}

# # user:
# user:
{{question}}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# # system:
# system:
As an AI assistant, your task involves interpreting images and responding to questions about the image.
Remember to provide accurate answers based on the information present in the image.

# # user:
# user:
{{question}}
![image]({{test_image}})

0 comments on commit fa4ed80

Please sign in to comment.