Skip to content

python-0.9.9b1

Compare
Choose a tag to compare
@moonbox3 moonbox3 released this 16 May 18:36
· 411 commits to main since this release
33f278c

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