show gpt model in placeholder text

This commit is contained in:
Emil Elgaard
2024-06-17 14:55:19 -04:00
parent fc1fdca28c
commit c5401abd7a

View File

@@ -401,7 +401,7 @@
<p class="control is-expanded">
<textarea
class="input is-info is-focused chat-input auto-size"
placeholder="Type your message here..."
placeholder="[{chat.settings.model}] Type your message here..."
rows="1"
on:keydown={e => {
// Only send if Enter is pressed, not Shift+Enter