swap tts from piper to kokoro
This commit is contained in:
parent
a8d7925296
commit
75e104d8fc
|
@ -26,7 +26,7 @@ spec:
|
|||
- name: OLLAMA_BASE_URL
|
||||
value: http://ollama-server.$(NAMESPACE).svc:11434
|
||||
- name: AUDIO_TTS_OPENAI_API_BASE_URL
|
||||
value: http://openedai-speech-server.$(NAMESPACE).svc:8000/v1
|
||||
value: http://kokoro-tts-server.$(NAMESPACE).svc:8880/v1
|
||||
- name: AUDIO_TTS_OPENAI_API_KEY
|
||||
value: ignored
|
||||
- name: RAG_EMBEDDING_ENGINE
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: openedai-speech-server
|
||||
name: kokoro-tts-server
|
||||
port:
|
||||
name: http
|
||||
- path: /v1
|
||||
|
|
|
@ -2,7 +2,8 @@ resources:
|
|||
- namespace.yaml
|
||||
- api-ingress.yaml
|
||||
- ../../bases/ollama
|
||||
- ../../bases/openedai-speech
|
||||
- ../../bases/kokoro-tts-gpu
|
||||
# - ../../bases/openedai-speech
|
||||
# - ../../bases/litellm
|
||||
- ../../bases/openwebui
|
||||
- ../../bases/sillytavern
|
||||
|
|
Loading…
Reference in New Issue