mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
show gpt model in placeholder text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user