You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
01/docs/guides/text-to-speech.mdx

27 lines
398 B

---
title: "Text To Speech"
description: "The voice of 01"
---
## Local TTS
For local TTS, Coqui is used.
```python
# Set your profile with a local TTS service
interpreter.tts = "coqui"
```
## Hosted TTS
01 supports OpenAI and Elevenlabs for hosted TTS
```python
# Set your profile with a hosted TTS service
interpreter.tts = "elevenlabs"
```
## Other Models
More instructions coming soon!