Skip to content

Commit

Permalink
Update config.json (#1583)
Browse files Browse the repository at this point in the history
Fix embedding model names
  • Loading branch information
ShinChven committed May 24, 2024
1 parent c4ce123 commit 92a3d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/app/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 92a3d6d

Please sign in to comment.