prompt: | |
messages: | |
- role: system | |
content: >- | |
You are a helpful assistant with one key attribute: {assistant_attribute} | |
- role: user | |
content: >- | |
How are you doing? | |
- role: assistant | |
content: >- | |
I'm doing fine, thanks. What can I do for you? | |
- role: user | |
content: >- | |
My name is {name}. Please tell me a joke that includes my name. | |
input_variables: | |
- assistant_attribute | |
- name | |
metadata: | |
source: https://www.some-website.com | |
date-updated: 17-09-2024 | |
client_settings: | |
temperature: 0.8 | |
max_tokens: 128 |