From 7b113779da983ed905f4630eeb9f83d4e13fac68 Mon Sep 17 00:00:00 2001 From: Ivan Charapanau Date: Fri, 2 Aug 2024 19:33:27 +0200 Subject: [PATCH] fix: cleanup rendered webui config --- open-webui/config.json | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/open-webui/config.json b/open-webui/config.json index 51b5c1c..9e26dfe 100644 --- a/open-webui/config.json +++ b/open-webui/config.json @@ -1,22 +1 @@ -{ - "ollama": { - "base_urls": [ - "http://ollama:11434" - ] - }, - "audio": { - "tts": { - "openai": { - "api_base_url": "http://tts:8000/v1", - "api_key": "sk-dummy-key" - }, - "engine": "openai", - "model": "tts-1", - "voice": "alloy" - }, - "stt": { - "engine": "", - "model": "whisper-1" - } - } -} \ No newline at end of file +{} \ No newline at end of file