mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Add OpenAI new model gpt-4o-mini (#2830)
* add openai new model (gpt-4o) in the assistant * add openai new model (gpt-4o) in the models.json * add openai new model: gpt-40 mini * fix the new model name * Add OpenAI new model gpt-4o-mini
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-4o-mini',
|
||||
name: 'gpt-4o-mini'
|
||||
},
|
||||
{
|
||||
label: 'gpt-4o',
|
||||
name: 'gpt-4o'
|
||||
|
||||
Reference in New Issue
Block a user