Skip to content

v0.11.0

Compare
Choose a tag to compare
@64bit 64bit released this 16 Jun 19:49
· 147 commits to main since this release
async-openai-v0.11.0
f7ba6e3

New

  • There are two configurations OpenAIConfig and AzureConfig to be used in Client::with_config( config )
  • Client::new() defaults to client with default OpenAIConfig with type change to Client<OpenAIConfig>

Breaking change

  • api_base, org_id, api_key are no longer configured through Client instead platform specific configurations are done through OpenAIConfig or AzureConfig

New Examples

  • Added new example azure-openai-service

New Contributors

  • @deipkumar made their first contribution and made Azure support possible in #67 🎉
  • @Czechh provided valuable feedback for Azure support in #67 🎉