Skip to content

Commit

Permalink
Merge pull request #464 from chadgauth/fix/openai-voicemap-doc
Browse files Browse the repository at this point in the history
Fix help content documentation
  • Loading branch information
erew123 authored Dec 23, 2024
2 parents 79c2624 + f5e09de commit 0b2bfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/gradio_pages/help_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -2528,13 +2528,13 @@ class AllTalkHelpContent:
You can remap the 6 OpenAI voices to any voices supported by the currently loaded TTS engine using the following endpoint:
- **URL**: `http://{ipaddress}:{port}/api/openai-voicemap`
- **Method**: `POST`
- **Method**: `PUT`
- **Content-Type**: `application/json`
### Example Voice Remapping Request
```bash
curl -X POST "http://localhost:7851/api/openai-voicemap" \
curl -X PUT "http://localhost:7851/api/openai-voicemap" \
-H "Content-Type: application/json" \
-d '{
"alloy": "female_01.wav",
Expand Down

0 comments on commit 0b2bfce

Please sign in to comment.