v0.4.5-alpha release
Pre-release
Pre-release
Purpose
-
Added
o1-assistant
Configuration:- The
o1-assistant
configuration loads by default in theOPEN_AI
configuration. - The assistant can be used to obtain chat completions from
o1-mini
ando1-preview
models (or other models specified by the user) while still utilizing threads, images, and tools functionalities, which are currently limited witho1
models. - The
o1
model response can be controlled via#o1-mini
and/or#o1-preview
user commands.
- The
-
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.