Merge branch 'main' into chore/Models-Update
This commit is contained in:
commit
ef480c91fc
|
|
@ -457,6 +457,10 @@
|
|||
{
|
||||
"name": "chatOpenAI",
|
||||
"models": [
|
||||
{
|
||||
"label": "gpt-4o-mini",
|
||||
"name": "gpt-4o-mini"
|
||||
},
|
||||
{
|
||||
"label": "gpt-4o",
|
||||
"name": "gpt-4o"
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue