fix(model): the model type does not allow modification, delete tts and speech2text type

This commit is contained in:
Timebomb2018
2026-01-29 15:21:06 +08:00
parent 24d4cb9b94
commit d291c241d5
6 changed files with 7 additions and 89 deletions

View File

@@ -24,8 +24,8 @@ class ModelType(StrEnum):
CHAT = "chat"
EMBEDDING = "embedding"
RERANK = "rerank"
TTS = "tts"
SPEECH2TEXT = "speech2text"
# TTS = "tts"
# SPEECH2TEXT = "speech2text"
# IMAGE = "image"
# AUDIO = "audio"
# VISION = "vision"