Skip to content

v2.5

Choose a tag to compare

@ekassos ekassos released this 02 Feb 00:39
· 1030 commits to main since this release
9471bc7

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 o1 or o3-mini and specify their desired reasoning effort parameter under Advanced Options. (726)
  • PingPong now supports the gpt-4o-2024-11-20 Pinned Version Model for Groups using OpenAI as their AI Provider. The GPT-4o (Latest) model continues to point to gpt-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 o1 or o3-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-20 with the Assistants API. gpt-4o-2024-11-20 will 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_effort column and marking temperature optional under assistants. (726)

Related PRs

  • Support for Reasoning Models & Better Assistant View File Management by @ekassos in #726

Full Changelog: 575-srv212-web126...576-srv213-web127