Skip to content

v0.31.0-alpha.9

Choose a tag to compare

@64bit 64bit released this 18 Nov 22:01
· 15 commits to main since this release
async-openai-v0.31.0-alpha.9
340aa07

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? or client.chat().header("key", "value")?.list().await?)

Full Changelog: async-openai-v0.31.0-alpha.8...async-openai-v0.31.0-alpha.9