Update README.md

This commit is contained in:
remsky 2024-12-31 19:11:21 -07:00 committed by GitHub
parent d8de7a4044
commit a672fbc798
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,6 @@ docker compose up --build
docker compose -f docker-compose.cpu.yml up --build docker compose -f docker-compose.cpu.yml up --build
``` ```
Quick tests (run from another terminal): Quick tests (run from another terminal):
Test OpenAI compatibility:
```bash ```bash
# Test OpenAI Compatibility # Test OpenAI Compatibility
python examples/test_openai_tts.py python examples/test_openai_tts.py
@ -41,7 +39,6 @@ python examples/test_all_voices.py
``` ```
## OpenAI-Compatible API ## OpenAI-Compatible API
```python ```python
# Using OpenAI's Python library # Using OpenAI's Python library
from openai import OpenAI from openai import OpenAI