Skip to content

Commit a702e74

Browse files
authored
Feature/Add gpt4 turbo to assistant (#2038)
add gpt4 turbo to assistant
1 parent 3a7c2fd commit a702e74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/ui/src/views/assistants/AssistantDialog.jsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ import useNotifier from '@/utils/useNotifier'
3030
import { HIDE_CANVAS_DIALOG, SHOW_CANVAS_DIALOG } from '@/store/actions'
3131

3232
const assistantAvailableModels = [
33+
{
34+
label: 'gpt-4-turbo-preview',
35+
name: 'gpt-4-turbo-preview'
36+
},
3337
{
3438
label: 'gpt-4-1106-preview',
3539
name: 'gpt-4-1106-preview'
@@ -38,10 +42,6 @@ const assistantAvailableModels = [
3842
label: 'gpt-4-0613',
3943
name: 'gpt-4-0613'
4044
},
41-
{
42-
label: 'gpt-4-0314',
43-
name: 'gpt-4-0314'
44-
},
4545
{
4646
label: 'gpt-4',
4747
name: 'gpt-4'

0 commit comments

Comments
 (0)