Commit 92a3d6d2 by ShinChven ✨ Committed by GitHub

Update config.json (#1583)

Fix embedding model names
parent c4ce1236
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
"vectorModels": [ "vectorModels": [
{ {
"model": "text-embedding-3-large", "model": "text-embedding-3-large",
"name": "Embedding-2", "name": "Embedding-3-large",
"avatar": "/imgs/model/openai.svg", "avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0, "charsPointsPrice": 0,
"defaultToken": 512, "defaultToken": 512,
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
}, },
{ {
"model": "text-embedding-3-small", "model": "text-embedding-3-small",
"name": "Embedding-2", "name": "Embedding-3-small",
"avatar": "/imgs/model/openai.svg", "avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0, "charsPointsPrice": 0,
"defaultToken": 512, "defaultToken": 512,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment