From a672fbc798a6c05dab4f458649d85e884783ab94 Mon Sep 17 00:00:00 2001 From: remsky Date: Tue, 31 Dec 2024 19:11:21 -0700 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1ea2871..fa70f3b 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ docker compose up --build docker compose -f docker-compose.cpu.yml up --build ``` Quick tests (run from another terminal): - -Test OpenAI compatibility: ```bash # Test OpenAI Compatibility python examples/test_openai_tts.py @@ -41,7 +39,6 @@ python examples/test_all_voices.py ``` ## OpenAI-Compatible API - ```python # Using OpenAI's Python library from openai import OpenAI