feat: set default model once model list read.

This commit is contained in:
Wentao Lyu 2023-03-16 21:12:33 +08:00
parent 131af50034
commit b6f7f95709
3 changed files with 27 additions and 7 deletions

View file

@ -4,7 +4,7 @@ const initialState = {
isSubmitting: false,
submission: {},
stopStream: false,
disabled: false,
disabled: true,
model: 'chatgpt',
promptPrefix: null,
chatGptLabel: null,