mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
18 lines
469 B
Markdown
18 lines
469 B
Markdown
# CreateChatCompletionResponse
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `models.ChatCompletion`
|
|
|
|
```python
|
|
value: models.ChatCompletion = /* values here */
|
|
```
|
|
|
|
### `Union[eventstreaming.EventStream[models.ChatCompletionChunkWrapper], eventstreaming.EventStreamAsync[models.ChatCompletionChunkWrapper]]`
|
|
|
|
```python
|
|
value: Union[eventstreaming.EventStream[models.ChatCompletionChunkWrapper], eventstreaming.EventStreamAsync[models.ChatCompletionChunkWrapper]] = /* values here */
|
|
```
|
|
|