Skip to content

v0.4.5-alpha release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhakulin jhakulin released this 21 Sep 17:51
· 2 commits to main since this release
7e4ec6f

Purpose

  • Added o1-assistant Configuration:

    • The o1-assistant configuration loads by default in the OPEN_AI configuration.
    • The assistant can be used to obtain chat completions from o1-mini and o1-preview models (or other models specified by the user) while still utilizing threads, images, and tools functionalities, which are currently limited with o1 models.
    • The o1 model response can be controlled via #o1-mini and/or #o1-preview user commands.
  • Added the Following System Functions:

    • get_openai_chat_completion(prompt: str, model: str) -> str: Generates chat completions using OpenAI models.
    • get_azure_openai_chat_completion(prompt: str, model: str) -> str: Generates chat completions using Azure OpenAI.
  • Note: Due to the use of multiple models, token consumption and latencies may be higher.

  • Version Updated to 0.4.5a1

Does this introduce a breaking change?

[ ] Yes
[X] No

Release Type

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Other Information

  • Please install new version azure_ai_assistant-0.4.5a1-py3-none-any.whl for middleware SDK from this release. See the README for installation details.