diff --git a/docSite/content/zh-cn/docs/development/configuration.md b/docSite/content/zh-cn/docs/development/configuration.md index f1fb6e5b1..2ab2d71a2 100644 --- a/docSite/content/zh-cn/docs/development/configuration.md +++ b/docSite/content/zh-cn/docs/development/configuration.md @@ -168,6 +168,7 @@ weight: 707 "reRankModels": [], "audioSpeechModels": [ { + "provider": "OpenAI", "model": "tts-1", "name": "OpenAI TTS1", "charsPointsPrice": 0, @@ -182,6 +183,7 @@ weight: 707 } ], "whisperModel": { + "provider": "OpenAI", "model": "whisper-1", "name": "Whisper1", "charsPointsPrice": 0 diff --git a/projects/app/data/config.json b/projects/app/data/config.json index 378f4de63..f338f3a1f 100644 --- a/projects/app/data/config.json +++ b/projects/app/data/config.json @@ -151,6 +151,7 @@ "reRankModels": [], "audioSpeechModels": [ { + "provider": "OpenAI", "model": "tts-1", "name": "OpenAI TTS1", "charsPointsPrice": 0, @@ -165,6 +166,7 @@ } ], "whisperModel": { + "provider": "OpenAI", "model": "whisper-1", "name": "Whisper1", "charsPointsPrice": 0