v0.11.0
0.11.0
Changed
- Removed
kwargs
from LLM classes and replaced withllm_init_params
to provide parameters that should be passed to the LLM constructor.
Added
- Azure OpenAI integrations for Discovery and Data Modeling:
AzureOpenAIDiscoveryLLM
andAzureOpenAIDataModelingLLM
- Added example that used Azure OpenAI models
What's Changed
Full Changelog: v0.10.0...v0.11.0