mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-25 13:00:24 +08:00
add jinja templates for all current tasks
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Act as the assistant and reply to the user.
|
||||
Here is the conversation so far:
|
||||
{% for message in task.conversation.messages %}
|
||||
{% if message.is_assistant %}
|
||||
:robot: Assistant:
|
||||
{{ message.text }}
|
||||
{% else %}
|
||||
:person_red_hair: User:
|
||||
**{{ message.text }}**"
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
:robot: Assistant: { human, pls help me! ... }
|
||||
Reference in New Issue
Block a user