1
0
Fork 0

swap tts from piper to kokoro

This commit is contained in:
Massaki Archambault 2025-02-06 23:29:23 -05:00
parent a8d7925296
commit 75e104d8fc
3 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ spec:
- name: OLLAMA_BASE_URL - name: OLLAMA_BASE_URL
value: http://ollama-server.$(NAMESPACE).svc:11434 value: http://ollama-server.$(NAMESPACE).svc:11434
- name: AUDIO_TTS_OPENAI_API_BASE_URL - 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 - name: AUDIO_TTS_OPENAI_API_KEY
value: ignored value: ignored
- name: RAG_EMBEDDING_ENGINE - name: RAG_EMBEDDING_ENGINE

View File

@ -12,7 +12,7 @@ spec:
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: openedai-speech-server name: kokoro-tts-server
port: port:
name: http name: http
- path: /v1 - path: /v1

View File

@ -2,7 +2,8 @@ resources:
- namespace.yaml - namespace.yaml
- api-ingress.yaml - api-ingress.yaml
- ../../bases/ollama - ../../bases/ollama
- ../../bases/openedai-speech - ../../bases/kokoro-tts-gpu
# - ../../bases/openedai-speech
# - ../../bases/litellm # - ../../bases/litellm
- ../../bases/openwebui - ../../bases/openwebui
- ../../bases/sillytavern - ../../bases/sillytavern