mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-28 16:20:34 +08:00
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
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! ... } |