From 92a3d6d268ec8f3a837636fceac8ff107e3c30a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ShinChven=20=E2=9C=A8?= Date: Fri, 24 May 2024 11:02:10 +0800 Subject: [PATCH] Update config.json (#1583) Fix embedding model names --- projects/app/data/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/app/data/config.json b/projects/app/data/config.json index 1f8030643..3ee14bf02 100644 --- a/projects/app/data/config.json +++ b/projects/app/data/config.json @@ -83,7 +83,7 @@ "vectorModels": [ { "model": "text-embedding-3-large", - "name": "Embedding-2", + "name": "Embedding-3-large", "avatar": "/imgs/model/openai.svg", "charsPointsPrice": 0, "defaultToken": 512, @@ -97,7 +97,7 @@ }, { "model": "text-embedding-3-small", - "name": "Embedding-2", + "name": "Embedding-3-small", "avatar": "/imgs/model/openai.svg", "charsPointsPrice": 0, "defaultToken": 512,