mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-06-06 09:10:52 +08:00
fix: remove irrelevant text-model fields from non-text providers
Remove contextWindow: 0 and maxOutputTokens: 0 from non-text models (tts, asr, image_gen, video_gen, voice_clone, translation, etc.) and maxOutputTokens: 0 from embedding/rerank models across kling, local-whisper, stability, openai, dashscope, google, volcengine, and zhipu-embedding configs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
"displayName": "Whisper Large V3",
|
||||
"serviceType": ["asr"],
|
||||
"description": "本地部署的 Whisper 大模型",
|
||||
"contextWindow": 0,
|
||||
"maxOutputTokens": 0,
|
||||
"defaultTemperature": 1,
|
||||
"capabilities": [
|
||||
"asr",
|
||||
"multilingual"
|
||||
|
||||
Reference in New Issue
Block a user