v0.31.0-alpha.9
·
15 commits
to main
since this release
What's Changed
- feat: RequestOptions for individual requests by @64bit in #476
- customize query and header parameter for individual requests (for example, to support APIs which takes some of its inputs via query parameters even in a POST call)
- fluid builder like methods on an api group (for example
client.chat().query(&[("limit", 10)])?.list().await?orclient.chat().header("key", "value")?.list().await?)
Full Changelog: async-openai-v0.31.0-alpha.8...async-openai-v0.31.0-alpha.9