github microsoft/semantic-kernel python-0.9.9b1

latest releases: dotnet-1.15.0-nightly-240702.2, dotnet-1.15.0-nightly-240701.1, dotnet-1.15.0-nightly-240630.1...
one month ago

Notable Changes

  • New Interaction with Secrets and Keys via Pydantic Settings:
    • We've introduced a new method to handle secrets, keys, and other configurations using Pydantic Settings.
    • Pydantic Settings can now read environment variables or fall back to a provided .env file path.
    • If you prefer to manage keys manually, you can still supply the key, deployment_name, endpoint, or api_version as optional parameters to the Text, Chat, or Embedding classes.
  • Enhanced OpenAPI Plugin Usage:
    • We've improved the usage of OpenAPI plugins by correctly forming the parameters specific to each OpenAPI operation.
    • This enhancement ensures that the model will send the required operation parameters during automatic function calling.

What's Changed

New Contributors

Full Changelog: python-0.9.8b1...python-0.9.9b1

Don't miss a new semantic-kernel release

NewReleases is sending notifications on new releases.