PyxiLabs commited on
Commit
c6ecd8f
·
verified ·
1 Parent(s): fbf603f

Update core/app.py

Browse files
Files changed (1) hide show
  1. core/app.py +1 -1
core/app.py CHANGED
@@ -49,7 +49,7 @@ MODEL_INFO = {
49
 
50
  class SpeechRequest(BaseModel):
51
  model: Optional[str] = Field(default="Pyx r1-voice")
52
- input: str = Field(..., max_length=500)
53
  voice: str
54
 
55
  @app.post("/v1/audio/speech")
 
49
 
50
  class SpeechRequest(BaseModel):
51
  model: Optional[str] = Field(default="Pyx r1-voice")
52
+ input: str = Field(..., max_length=5000)
53
  voice: str
54
 
55
  @app.post("/v1/audio/speech")