mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-08 00:10:24 +08:00
6452bb860d
added playbook to deploy dev machine added playbook to deploy dev machine added next.js font module, updated fonts, updated login page replaced logos, changed logo on login and header added 404 and email confirmation pages, changed discord and github buttons to show conditionally also removed unused imports, fixed one spelling error, and minor styling changes Quick format to the authenticated user page, updated header with user profile, styling updates fixed html encoding added checkout for release re-vamped release config and ports
14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
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 %}
|
|
Rank the following replies:
|
|
{% for reply in task.replies %}
|
|
{{loop.index}}: {{reply}}{% endfor %}
|
|
|
|
:scroll: Reply with the numbers of best to worst prompts separated by commas (example: "4,1,3,2").
|