You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
fix: preserve stream parameter in CompletionRequest (#47)
### Problem
The `stream` parameter was omitted from requests, causing unexpected
streaming behavior.
### Fix
Ensured the `stream` parameter is preserved in CompletionRequest and
ChatCompletionRequest.
### Tests
Added unit tests to verify that the `stream` parameter is respected for
both `true` and `false` values.
Closes#46
0 commit comments