Arend-Jan

Results 8 issues of Arend-Jan

### Research - [X] I have searched the above polars tags on Stack Overflow for similar questions. - [ ] I have asked my usage related question on [Stack Overflow](https://stackoverflow.com)....

question

``` curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "gpt-4o", "messages": [ { "role": "system", "content": "You are a helpful assistant." }, {...

enhancement

``` curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "model": "gpt-4-turbo", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "What'\''s in...

enhancement

[API Spec](https://platform.openai.com/docs/api-reference/chat) Create a ChatOptions struct to store the optional parameters with their default values and enforce the specified constraints on their values. You can then use this struct when...

**BREAKING CHANGES** - Splitting up the client into multiple sub sections means that not every struct is in the same place any more.