Feature/Add gpt4 turbo to assistant (#2038)

add gpt4 turbo to assistant
This commit is contained in:
Henry Heng 2024-03-25 18:17:49 +08:00 committed by GitHub
parent 3a7c2fd4db
commit a702e7408c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -30,6 +30,10 @@ import useNotifier from '@/utils/useNotifier'
import { HIDE_CANVAS_DIALOG, SHOW_CANVAS_DIALOG } from '@/store/actions'
const assistantAvailableModels = [
{
label: 'gpt-4-turbo-preview',
name: 'gpt-4-turbo-preview'
},
{
label: 'gpt-4-1106-preview',
name: 'gpt-4-1106-preview'
@ -38,10 +42,6 @@ const assistantAvailableModels = [
label: 'gpt-4-0613',
name: 'gpt-4-0613'
},
{
label: 'gpt-4-0314',
name: 'gpt-4-0314'
},
{
label: 'gpt-4',
name: 'gpt-4'