v2.5
·
1030 commits
to main
since this release
Release Notes
Assistants
New Features
- PingPong will attempt to remove all uploaded and unused private files specific to the Assistant before navigating away from the Create/Edit Assistant view. (726)
Resolved Issues
- Some unused private files specific to the Assistant may not be properly deleted when creating or updating an Assistant. (726)
Models
New Features
- PingPong now supports Reasoning models offered by OpenAI for Groups using OpenAI as their AI Provider. Users can select either
o1oro3-miniand specify their desired reasoning effort parameter under Advanced Options. (726) - PingPong now supports the
gpt-4o-2024-11-20Pinned Version Model for Groups using OpenAI as their AI Provider. TheGPT-4o (Latest)model continues to point togpt-4o-2024-08-06. (726)
Notes
- Reasoning models do not support Vision, File Search or Code Interpreter capabilities. Users should be careful before switching to Reasoning models, as the switch will remove the Vector Store created for File Search, and delete all File Search and Code Interpreter private files specific to the assistant.
- Azure OpenAI Service deployments do not have general availability of
o1oro3-mini. Reasoning models will not be displayed in the Model Selector for Groups using Azure as their AI Provider. - Azure OpenAI Service deployments do not support
gpt-4o-2024-11-20with the Assistants API.gpt-4o-2024-11-20will not be displayed in the Model Selector for Groups using Azure as their AI Provider.
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| YES | No | No | No | No |
Deployment Details
- Schema Upgrade: New optional
reasoning_effortcolumn and markingtemperatureoptional underassistants. (726)
Related PRs
Full Changelog: 575-srv212-web126...576-srv213-web127