Merge branch 'main' into chore/Models-Update

This commit is contained in:
Henry 2024-07-18 21:09:10 +01:00
commit ef480c91fc
2 changed files with 8 additions and 0 deletions

View File

@ -457,6 +457,10 @@
{
"name": "chatOpenAI",
"models": [
{
"label": "gpt-4o-mini",
"name": "gpt-4o-mini"
},
{
"label": "gpt-4o",
"name": "gpt-4o"

View File

@ -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'