Text-to-Speech
vllm
mistral-common

fix: typo in README.md

#8
by shreyask - opened
Files changed (1) hide show
  1. README.md +1 -1
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": "causal_male",
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)