Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
92a3d6d2
authored
May 24, 2024
by
ShinChven ✨
Committed by
GitHub
May 24, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config.json (#1583)
Fix embedding model names
parent
c4ce1236
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
projects/app/data/config.json
+2
-2
No files found.
projects/app/data/config.json
View file @
92a3d6d2
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment