新模型替换

This commit is contained in:
2025-11-16 22:53:11 +08:00
parent bc4670ad59
commit d56009ef86
16 changed files with 1595 additions and 72 deletions

View File

@@ -159,7 +159,7 @@ elevenLabs:
# 语音转文本
whisper:
apiUrl: https://api.openai.com/v1/audio/transcriptions
model: whisper-1
model: gpt-4o-mini-transcribe
apiKey: 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
language: en
apiClientTokenUrl: https://api.openai.com/v1/realtime/sessions

View File

@@ -79,6 +79,6 @@ xss:
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
excludes: /system/notice,/voice-websocket/*
excludes: /system/notice,/voice-websocket/*,/voice-websocket-opus/*
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*,/voice-websocket/*
urlPatterns: /system/*,/monitor/*,/tool/*,/voice-websocket/*,/voice-websocket-opus/*