Go update

This commit is contained in:
HugeFrog24
2026-05-07 15:40:12 +02:00
parent 265f6676d8
commit bfe72635b7
8 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ import (
)
const (
elevenLabsTTSURL = "https://api.elevenlabs.io/v1/text-to-speech/"
elevenLabsSTTURL = "https://api.elevenlabs.io/v1/speech-to-text"
elevenLabsTTSURL = "https://api.elevenlabs.io/v1/text-to-speech/"
elevenLabsSTTURL = "https://api.elevenlabs.io/v1/speech-to-text"
elevenLabsDefaultModel = "eleven_multilingual_v2"
)