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