Template:ChatDialog: Difference between revisions

From Chrysalis Archive
Jump to navigation Jump to search
m Don86326 moved page Template:Chat to Template:ChatDialog without leaving a redirect
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; {{{css|&nbsp;}} ">
<div style="background-color:#bbb; color:black; border:1px outset azure; padding:0 40px; max-width:820px; margin:0; {{{css|&nbsp;}} ">


;{{{user|user missing, e.g. username=Coyote Pete}}}<br/>
;{{{user|user missing, e.g. user=Coyote Pete}}}<br/>
{{{prompt|prompt-missing, e.g. prompt=What is the answer for world peace?}}}
{{{prompt|AI prompt missing, use e.g. prompt=What is the answer for world peace?}}}
----
----
;{{{model|Opus 3}}}<br/>
;{{{model|Opus 3}}}<br/>
{{{response|"AI response missing, e.g. response="Wow, human! Good question!"}}}
{{{response|"AI response missing, use e.g. response="Wow, human! Good question!"}}}
</div>
</div>
<noinclude>
<noinclude>
Line 14: Line 14:
===Usage===
===Usage===
<pre>
<pre>
{{chat
{{ChatDialog
|model=Opus 3
|model=Opus 3
|user=John pDeaux
|user=John pDeaux
Line 21: Line 21:
}}
}}
</pre>
</pre>
{{chat
{{ChatDialog
|model=Opus 3
|model=Opus 3
|user=John pDeaux
|user=John pDeaux

Revision as of 14:46, 25 March 2024

user missing, e.g. user=Coyote Pete

AI prompt missing, use e.g. prompt=What is the answer for world peace?


Opus 3

"AI response missing, use 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

{{ChatDialog
|model=Opus 3
|user=John pDeaux
|prompt=The answer if 42
|response=My God that's amazing, Human!
}}
John pDeaux

The answer if 42


Opus 3

My God that's amazing, Human!