Custom provider WIP
This commit is contained in:
@@ -63,7 +63,7 @@ export class UserMessage extends LitElement {
|
||||
: this.message.content.find((c) => c.type === "text")?.text || "";
|
||||
|
||||
return html`
|
||||
<div class="flex justify-start ml-4">
|
||||
<div class="flex justify-start mx-4">
|
||||
<div class="user-message-container py-2 px-4 rounded-xl">
|
||||
<markdown-block .content=${content}></markdown-block>
|
||||
${
|
||||
|
||||
Reference in New Issue
Block a user