File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
usecases/ai/openwebui-ollama Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ services:
1818 - TTS_DEVICE=${TTS_DEVICE:-CPU}
1919 - BERT_DEVICE=${BERT_DEVICE:-CPU}
2020 - ALLOWED_CORS=["*"]
21- - no_proxy=localhost,tts_service,stt_service,ollama
2221 devices :
2322 - /dev/dri:/dev/dri
2423 volumes :
@@ -42,7 +41,6 @@ services:
4241 - DEFAULT_MODEL_ID=openai/whisper-tiny
4342 - STT_DEVICE=CPU
4443 - ALLOWED_CORS=["http://localhost"]
45- - no_proxy=localhost,tts_service,stt_service,ollama
4644 devices :
4745 - /dev/dri:/dev/dri
4846 volumes :
@@ -74,7 +72,6 @@ services:
7472 - AUDIO_TTS_OPENAI_API_KEY=-
7573 - AUDIO_TTS_MODEL=
7674 - AUDIO_TTS_VOICE=
77- - no_proxy=localhost,tts_service,stt_service,ollama
7875 volumes :
7976 - open-webui:/app/backend/data
8077
@@ -95,7 +92,6 @@ services:
9592 - ZES_ENABLE_SYSMAN=1
9693 - SYCL_CACHE_PERSISTENT=1
9794 - SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
98- - no_proxy=localhost,tts_service,stt_service,ollama
9995 devices :
10096 - /dev:/dev:rw
10197 volumes :
You can’t perform that action at this time.
0 commit comments