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