fix: typo in README.md
#8
by shreyask - opened
README.md
CHANGED
|
@@ -139,7 +139,7 @@ payload = {
|
|
| 139 |
"input": "Paris is a beautiful city!",
|
| 140 |
"model": "mistralai/Voxtral-4B-TTS-2603",
|
| 141 |
"response_format": "wav",
|
| 142 |
-
"voice": "
|
| 143 |
}
|
| 144 |
|
| 145 |
response = httpx.post(f"{BASE_URL}/audio/speech", json=payload, timeout=120.0)
|
|
|
|
| 139 |
"input": "Paris is a beautiful city!",
|
| 140 |
"model": "mistralai/Voxtral-4B-TTS-2603",
|
| 141 |
"response_format": "wav",
|
| 142 |
+
"voice": "casual_male",
|
| 143 |
}
|
| 144 |
|
| 145 |
response = httpx.post(f"{BASE_URL}/audio/speech", json=payload, timeout=120.0)
|