You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,7 +115,8 @@ base64 string to the megaservice endpoint. The megaservice will return a spoken
106
115
to the response, decode the base64 string and save it as a .wav file.
107
116
108
117
```bash
109
-
# voice can be "default" or "male"
118
+
# if you are using speecht5 as the tts service, voice can be "default" or "male"
119
+
# if you are using gpt-sovits for the tts service, you can set the reference audio following https://github.com/opea-project/GenAIComps/blob/main/comps/tts/src/integrations/dependency/gpt-sovits/README.md
Copy file name to clipboardExpand all lines: docker_images_list.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ Take ChatQnA for example. ChatQnA is a chatbot application service based on the
65
65
|[opea/feedbackmanagement-mongo](https://hub.docker.com/r/opea/feedbackmanagement-mongo)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/feedback_management/src/Dockerfile)| The docker image exposes that the OPEA feedback management microservice uses a MongoDB database for GenAI applications. |
66
66
|[opea/finetuning](https://hub.docker.com/r/opea/finetuning)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/finetuning/src/Dockerfile)| The docker image exposed the OPEA Fine-tuning microservice for GenAI application use |
67
67
|[opea/finetuning-gaudi](https://hub.docker.com/r/opea/finetuning-gaudi)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/finetuning/src/Dockerfile.intel_hpu)| The docker image exposed the OPEA Fine-tuning microservice for GenAI application use on the Gaudi |
68
+
|[opea/gpt-sovits](https://hub.docker.com/r/opea/gpt-sovits)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/tts/src/integrations/dependency/gpt-sovits/Dockerfile)| The docker image exposed the OPEA GPT-SoVITS service for GenAI application use |
68
69
|[opea/guardrails](https://hub.docker.com/r/opea/guardrails)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/guardrails/src/guardrails/Dockerfile)| The docker image exposed the OPEA guardrail microservice for GenAI application use |
69
70
|[opea/guardrails-toxicity-predictionguard](https://hub.docker.com/r/opea/guardrails-toxicity-predictionguard)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/guardrails/src/toxicity_detection/Dockerfile)| The docker image exposed the OPEA guardrail microservice to provide toxicity detection for GenAI application use |
70
71
|[opea/guardrails-pii-predictionguard](https://hub.docker.com/r/opea/guardrails-pii-predictionguard)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/guardrails/src/pii_detection/Dockerfile)| The docker image exposed the OPEA guardrail microservice to provide PII detection for GenAI application use |
0 commit comments