v0.11.0
·
224 commits
to main
since this release
New
- There are two configurations
OpenAIConfigandAzureConfigto be used inClient::with_config( config ) Client::new()defaults to client with defaultOpenAIConfigwith type change toClient<OpenAIConfig>
Breaking change
- api_base, org_id, api_key are no longer configured through
Clientinstead platform specific configurations are done throughOpenAIConfigorAzureConfig
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 🎉