diff --git a/web/pages/VoiceLibrary.tsx b/web/pages/VoiceLibrary.tsx index a19e1c5..73f7679 100644 --- a/web/pages/VoiceLibrary.tsx +++ b/web/pages/VoiceLibrary.tsx @@ -5,11 +5,6 @@ import { Voice } from '../types'; import { createVoice, deleteVoice, fetchVoices, previewVoice, updateVoice } from '../services/backendApi'; const SILICONFLOW_DEFAULT_MODEL = 'FunAudioLLM/CosyVoice2-0.5B'; -const SILICONFLOW_MODEL_SUGGESTIONS = [ - 'FunAudioLLM/CosyVoice2-0.5B', - 'fishaudio/fish-speech-1.5', - 'fishaudio/fish-speech-1.4', -]; const buildSiliconflowVoiceKey = (rawId: string, model: string): string => { const id = (rawId || '').trim(); @@ -414,17 +409,11 @@ const AddVoiceModal: React.FC<{
setSfModel(e.target.value)} placeholder="例如: FunAudioLLM/CosyVoice2-0.5B" - list="siliconflow-model-options" /> - - {SILICONFLOW_MODEL_SUGGESTIONS.map((m) => ( -