mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-30 12:20:57 +08:00
18 lines
281 B
Markdown
18 lines
281 B
Markdown
# ChatGenerationParamsPreferredMaxLatencyUnion
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `float`
|
|
|
|
```python
|
|
value: float = /* values here */
|
|
```
|
|
|
|
### `components.ChatGenerationParamsPreferredMaxLatency`
|
|
|
|
```python
|
|
value: components.ChatGenerationParamsPreferredMaxLatency = /* values here */
|
|
```
|
|
|