From a9de1bf525a1492990018476be6d9b2f9840625b Mon Sep 17 00:00:00 2001 From: Yuki Arimo Date: Sun, 27 Oct 2024 12:41:03 -0600 Subject: [PATCH] Update config.json --- static/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/config.json b/static/config.json index 7d522ab..7e2345a 100644 --- a/static/config.json +++ b/static/config.json @@ -2,10 +2,10 @@ "ai": { "names": ["Yuki", "Yuna"], "himitsu": false, - "agi": true, + "agi": false, "emotions": false, "miru": false, - "search": true, + "search": false, "audio": false, "max_new_tokens": 512, "context_length": 4096, @@ -33,7 +33,7 @@ "voice_default_model": "yuna-ai-voice-v1", "device": "mps", "yuna_text_mode": "kobold", - "yuna_audio_mode": "native", + "yuna_audio_mode": "siri", "yuna_reference_audio": "1.wav", "output_audio_format": "audio.aiff" }, @@ -56,4 +56,4 @@ "encryption_key": "zWZnu-lxHCTgY_EqlH4raJjxNJIgPlvXFbdk45bca_I=", "11labs_key": "Your11LabsKeyHere123!" } -} \ No newline at end of file +}