Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszliniewicz authored Apr 8, 2024
1 parent ad2afdb commit 5553b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

class AdditionalArgs(BaseModel):
top_k: int = 0
top_p: float = 0.8
top_p: float = 0.9
temperature: float = 1.0
stop_repetition: int = 3
kvcache: int = 1
sample_batch_size: int = 4
sample_batch_size: int = 1

@app.post("/generate")
async def generate_audio(
Expand Down

0 comments on commit 5553b33

Please sign in to comment.