Skip to content

Commit

Permalink
Merge pull request #472 from shivan2418/main
Browse files Browse the repository at this point in the history
Show gpt model in placeholder text
  • Loading branch information
Niek authored Jul 31, 2024
2 parents 9e68116 + c5401ab commit 4719b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Chat.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4719b0d

Please sign in to comment.