Skip to content

Commit

Permalink
update config.json (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Dec 30, 2024
1 parent 896fec4 commit b2fdefd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docSite/content/zh-cn/docs/development/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ weight: 707
"reRankModels": [],
"audioSpeechModels": [
{
"provider": "OpenAI",
"model": "tts-1",
"name": "OpenAI TTS1",
"charsPointsPrice": 0,
Expand All @@ -182,6 +183,7 @@ weight: 707
}
],
"whisperModel": {
"provider": "OpenAI",
"model": "whisper-1",
"name": "Whisper1",
"charsPointsPrice": 0
Expand Down
2 changes: 2 additions & 0 deletions projects/app/data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"reRankModels": [],
"audioSpeechModels": [
{
"provider": "OpenAI",
"model": "tts-1",
"name": "OpenAI TTS1",
"charsPointsPrice": 0,
Expand All @@ -165,6 +166,7 @@
}
],
"whisperModel": {
"provider": "OpenAI",
"model": "whisper-1",
"name": "Whisper1",
"charsPointsPrice": 0
Expand Down

0 comments on commit b2fdefd

Please sign in to comment.