Skip to content

Commit f001a4c

Browse files
Better explain temperature_increment_on_fallback
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent edd394d commit f001a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ curl -X POST http://localhost:8880/v1/transcript \
207207
| Parameter | Type | Default | Description |
208208
|-----------|------|---------|-------------|
209209
| `temperature` | float | `0.0` | Sampling temperature (`0` = greedy decoding) |
210-
| `temperature_increment_on_fallback` | float | `0.2` | Temperature step on decode failure |
210+
| `temperature_increment_on_fallback` | float | `0.2` | Amount to increment temperature by on each retry, up to 1.0 |
211211
| `beam_size` | integer | `5` | Beam search size |
212212
| `best_of` | integer | `5` | Number of sampling alternatives |
213213
| `patience` | float | `1.0` | Beam search patience factor |

0 commit comments

Comments
 (0)