mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
Add support for GPT-4.5-preview model in OpenAI Assistant Dialog (#4147)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user