Add support for GPT-4.5-preview model in OpenAI Assistant Dialog (#4147)

This commit is contained in:
Asharib Ali
2025-03-11 22:29:50 +05:00
committed by GitHub
parent 641df313d4
commit c3ea5a9b8f
@@ -46,6 +46,10 @@ import { HIDE_CANVAS_DIALOG, SHOW_CANVAS_DIALOG } from '@/store/actions'
import { maxScroll } from '@/store/constant'
const assistantAvailableModels = [
{
label: 'gpt-4.5-preview',
name: 'gpt-4.5-preview'
},
{
label: 'gpt-4o-mini',
name: 'gpt-4o-mini'