Update config.json (#1583)

Fix embedding model names
This commit is contained in:
ShinChven ✨ 2024-05-24 11:02:10 +08:00 committed by GitHub
parent c4ce1236ea
commit 92a3d6d268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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