Closed marcusschiesser closed 3 months ago
Latest commit: 8703f6546cd3d51538b47d386a4b75276c601edd
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The settings.py
file was updated to include the api_version
parameter set to "2024-06-01"
in the init_azure_openai()
function. This change ensures compatibility with the latest API version for Azure OpenAI in both language model and embedding configurations.
Files | Change Summary |
---|---|
.../components/settings/python/settings.py |
Added api_version parameter set to "2024-06-01" in both llm_config and embedding_config . |
In code's domain, where logic flies,
A version change, we now apprise.
Azure's winds of June, '24,
Empower our models, evermore.
New settings set, configurations gleam,
A coder's update, like a dream. 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
2024-06-01
for improved compatibility and performance.