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