Skip to content

Commit

Permalink
show gpt model in placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan2418 committed Jun 17, 2024
1 parent fc1fdca commit c5401ab
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 c5401ab

Please sign in to comment.