Skip to content

Commit c3ea5a9

Browse files
authored
Add support for GPT-4.5-preview model in OpenAI Assistant Dialog (#4147)
1 parent 641df31 commit c3ea5a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ import { HIDE_CANVAS_DIALOG, SHOW_CANVAS_DIALOG } from '@/store/actions'
4646
import { maxScroll } from '@/store/constant'
4747

4848
const assistantAvailableModels = [
49+
{
50+
label: 'gpt-4.5-preview',
51+
name: 'gpt-4.5-preview'
52+
},
4953
{
5054
label: 'gpt-4o-mini',
5155
name: 'gpt-4o-mini'

0 commit comments

Comments
 (0)