We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7c2fd commit a702e74Copy full SHA for a702e74
packages/ui/src/views/assistants/AssistantDialog.jsx
@@ -30,6 +30,10 @@ import useNotifier from '@/utils/useNotifier'
30
import { HIDE_CANVAS_DIALOG, SHOW_CANVAS_DIALOG } from '@/store/actions'
31
32
const assistantAvailableModels = [
33
+ {
34
+ label: 'gpt-4-turbo-preview',
35
+ name: 'gpt-4-turbo-preview'
36
+ },
37
{
38
label: 'gpt-4-1106-preview',
39
name: 'gpt-4-1106-preview'
@@ -38,10 +42,6 @@ const assistantAvailableModels = [
42
label: 'gpt-4-0613',
43
name: 'gpt-4-0613'
40
44
},
41
- {
- label: 'gpt-4-0314',
- name: 'gpt-4-0314'
- },
45
46
label: 'gpt-4',
47
name: 'gpt-4'
0 commit comments