Template:ChatDialog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="background-color:#bbb; color:black; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; {{{css| }} "> | <div style="background-color:#bbb; color:black; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; {{{css| }} "> | ||
<div style="float:right;">'''{{{model|Opus 3}}}'''</div> | <div style="float:right;">'''{{{model|Opus 3}}}'''</div> | ||
{{{Username|User missing, e.g. username=Coyote Pete}}}<br/> | |||
{{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}} | {{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}} | ||
---- | ---- | ||
| Line 15: | Line 15: | ||
{{chat | {{chat | ||
|model=Opus 3 | |model=Opus 3 | ||
| | |username=John pDeaux | ||
|prompt=The answer if 42 | |prompt=The answer if 42 | ||
|response=My God that's amazing, Human! | |response=My God that's amazing, Human! | ||
}} | }} | ||
</pre> | </pre> | ||
{{chat | |||
|model=Opus 3 | |||
|username=John pDeaux | |||
|prompt=The answer if 42 | |||
|response=My God that's amazing, Human! | |||
}} | |||
</noinclude> | </noinclude> | ||
Revision as of 06:21, 25 March 2024
Opus 3
User missing, e.g. username=Coyote Pete
prompt-missing, e.g. prompt=What is the answer for world peace?
"AI response missing, e.g. response="Wow, human! Good question!"
Purpose
- This template accepts model (optional), user, prompt, and response text for formatting into an AI chat dialog entry appearance.
Usage
{{chat
|model=Opus 3
|username=John pDeaux
|prompt=The answer if 42
|response=My God that's amazing, Human!
}}