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>
 
;{{{user|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?}}}
----
----
;{{{model|Opus 3}}}<br/>
{{{response|"AI response missing, e.g. response="Wow, human! Good question!"}}}
{{{response|"AI response missing, e.g. response="Wow, human! Good question!"}}}
</div>
</div>

Revision as of 06:30, 25 March 2024

user missing, e.g. username=Coyote Pete

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


Opus 3

"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