Merge pull request #472 from shivan2418/main

Show gpt model in placeholder text
This commit is contained in:
Niek van der Maas
2024-07-31 22:42:25 +03:00
committed by GitHub

View File

@@ -401,7 +401,7 @@
<p class="control is-expanded"> <p class="control is-expanded">
<textarea <textarea
class="input is-info is-focused chat-input auto-size" 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" rows="1"
on:keydown={e => { on:keydown={e => {
// Only send if Enter is pressed, not Shift+Enter // Only send if Enter is pressed, not Shift+Enter