mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user