mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-21 17:56:13 +01:00
feat: set default model once model list read.
This commit is contained in:
parent
131af50034
commit
b6f7f95709
3 changed files with 27 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ const initialState = {
|
|||
isSubmitting: false,
|
||||
submission: {},
|
||||
stopStream: false,
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
model: 'chatgpt',
|
||||
promptPrefix: null,
|
||||
chatGptLabel: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue