Template:ChatDialog: Difference between revisions

From Chrysalis Archive
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|&nbsp;}} ">
<div style="background-color:#bbb; color:black; border:1px outset azure; padding:0 40px; max-width:820px; margin:0 auto; {{{css|&nbsp;}} ">
<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/>
;{{{user|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
|user=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!
Line 22: Line 22:
{{chat
{{chat
|model=Opus 3
|model=Opus 3
|username=John pDeaux
|user=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!
}}
}}
</noinclude>
</noinclude>

Revision as of 06:26, 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
|user=John pDeaux
|prompt=The answer if 42
|response=My God that's amazing, Human!
}}

Template:Chat