mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-02 21:30:38 +00:00
docs: local tts setup guide
This commit is contained in:
parent
b5666c4d68
commit
80c9b7d3ff
5 changed files with 714 additions and 1 deletions
|
|
@ -53,9 +53,11 @@ export OPENAI_COMPATIBLE_BASE_URL_EMBEDDING=http://localhost:8080/v1
|
|||
|
||||
# Speech services on a different server
|
||||
export OPENAI_COMPATIBLE_BASE_URL_STT=http://localhost:9000/v1
|
||||
export OPENAI_COMPATIBLE_BASE_URL_TTS=http://localhost:9000/v1
|
||||
export OPENAI_COMPATIBLE_BASE_URL_TTS=http://localhost:8969/v1
|
||||
```
|
||||
|
||||
> **🎙️ Want free, local text-to-speech?** Check our [Local TTS Setup Guide](local_tts.md) for completely private, zero-cost podcast generation!
|
||||
|
||||
## Environment Variable Reference
|
||||
|
||||
### Generic Configuration
|
||||
|
|
@ -530,6 +532,13 @@ export OPENAI_API_KEY=your_openai_key # Fallback to OpenAI for embeddings
|
|||
- Validate all required modalities work
|
||||
- Check error handling
|
||||
|
||||
## Related Guides
|
||||
|
||||
**OpenAI-Compatible Setups:**
|
||||
- **[Local TTS Setup](local_tts.md)** - Free, private text-to-speech for podcasts
|
||||
- **[Ollama Setup](ollama.md)** - Local language models and embeddings
|
||||
- **[AI Models Guide](ai-models.md)** - Complete model configuration overview
|
||||
|
||||
## Getting Help
|
||||
|
||||
**Community Resources:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue