fix: O3 config text-embedding-3-small duplicate

This commit is contained in:
司马琦昂 2025-04-10 09:26:20 +08:00 committed by Asurada
parent 0db4c8b475
commit 5e086a1686

View File

@ -500,12 +500,6 @@ export const SYSTEM_MODELS: Record<string, Model[]> = {
name: 'text-embedding-3-small', name: 'text-embedding-3-small',
group: '嵌入模型' group: '嵌入模型'
}, },
{
id: 'text-embedding-3-small',
provider: 'o3',
name: 'text-embedding-3-small',
group: '嵌入模型'
},
{ {
id: 'text-embedding-ada-002', id: 'text-embedding-ada-002',
provider: 'o3', provider: 'o3',