feat: Add GPT-4.1 series models support (#4305)

* feat: add GPT-4.1 series models support to OpenAI Assistant Dialog

* Update models.json

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
This commit is contained in:
Asharib Ali
2025-04-15 21:14:09 +05:00
committed by GitHub
parent 416e57380e
commit e75c831beb
2 changed files with 28 additions and 0 deletions
@@ -46,6 +46,18 @@ import { HIDE_CANVAS_DIALOG, SHOW_CANVAS_DIALOG } from '@/store/actions'
import { maxScroll } from '@/store/constant'
const assistantAvailableModels = [
{
label: 'gpt-4.1',
name: 'gpt-4.1'
},
{
label: 'gpt-4.1-mini',
name: 'gpt-4.1-mini'
},
{
label: 'gpt-4.1-nano',
name: 'gpt-4.1-nano'
},
{
label: 'gpt-4.5-preview',
name: 'gpt-4.5-preview'