01/docs/guides/text-to-speech.mdx

27 lines
398 B
Plaintext

---
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!