made text to speech
This commit is contained in:
parent
e337dc4d37
commit
5644e21b1a
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ const services = [
|
||||||
{
|
{
|
||||||
name: "Kokoro TTS",
|
name: "Kokoro TTS",
|
||||||
description: "Open-source text-to-speech API running locally with an OpenAI-compatible interface",
|
description: "Open-source text-to-speech API running locally with an OpenAI-compatible interface",
|
||||||
url: "https://kokoro.juntekim.com",
|
url: "https://kokoro.juntekim.com/web",
|
||||||
icon: "🔊"
|
icon: "🔊"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ spec:
|
||||||
targetPort: 8880
|
targetPort: 8880
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.containo.us/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: kokoro-ingressroute
|
name: kokoro-ingressroute
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue