增加模型选择

This commit is contained in:
IndieKKY
2023-11-28 10:23:35 +08:00
parent 0b4890399a
commit 65861829e2

View File

@@ -159,6 +159,9 @@ export const MODELS = [{
}, {
code: 'gpt-3.5-turbo-16k',
name: 'gpt-3.5-turbo-16k',
}, {
code: 'gpt-3.5-turbo-1106',
name: 'gpt-3.5-turbo-1106',
}]
export const MODEL_DEFAULT = MODELS[0].code