mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-21 05:44:06 +00:00
Update README.md
This commit is contained in:
parent
d8de7a4044
commit
a672fbc798
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue