| Added Python SDK code snippets to the Use Model / Workflow modal window | If you want to use a model or a workflow for making API calls, you need to click the Use Model / Workflow button at the upper right corner of the individual page of a model or workflow. The modal that pops up has snippets in various programming languages, which you can copy and use. - We introduced Python SDK code snippets as a primary tab. Users can now conveniently access and copy the Python SDK code snippets directly from the modal.
|
| Revamped the resource filtering experience on desktop devices | - We relocated the filtering sidebar from the right to the left side of the screen, optimizing accessibility and user flow.
- We also made other improvements to the filtering feature, such as using chevrons to mark the collapsible sections, enhancing the alignment of the clear button, and enhancing the appearance of the divider line.
- We also added
Multimodal-to-text , Multimodal-embedder , and text-to-audio filtering options.
|
| Revamped mobile resource filters with a fresh design | - Implemented a new and improved design for resource filters on mobile platforms.
|
| Added ability to sort apps listed on the collapsible left sidebar of your individual app page | - You can now sort the apps alphabetically (from A to Z) or by "Last Updated." This lets you find the apps you need quickly and efficiently.
|
| Enhanced markdown template functionality with custom variables | - We have introduced a feature that allows users to insert custom variables such as
{{user_id}} and {{app_id}} into markdown templates, particularly in sections like the Notes section of a model. These variables are dynamically replaced with the corresponding user_id and app_id extracted from the URL, allowing you to personalize content within your templates. - For example, within the Notes section of a model, you can now add
{{user_id}} to dynamically display the user who created the model.
|
| Improved responsiveness for 13-inch MacBooks | - We improved responsiveness issues to ensure an optimal viewing experience for 13-inch MacBook devices with a viewport of 1440px × 900px dimensions.
|
| Fixed an issue with repeated consent requests for users with Google accounts | - Previously, users logging into the Community platform using their Google accounts encountered an issue where they were repeatedly prompted to give consent upon each login. The user consent is now stored and persisted, eliminating the need for repetitive requests.
|
| Fixed an issue where an undesirable background appeared when a login session expired on a public page | - Now, when a session expires on a public page, a modal login window will appear while you're still on the same page. This allows you to easily log back in and continue where you left off. Also, closing the modal by clicking the "X" button or successfully logging in will keep you on the same public page, eliminating unnecessary navigation.
|
| Fixed an issue with editing the scopes of a collaborator on the App Settings page | - Previously, it was not possible to deselect scopes when editing a collaborator’s role on the App Settings page. We fixed the issue.
- We also fixed an issue where some essential scopes were missing for collaborators.
|
| Fixed an image flicker behavior issue on the Feature page | - Previously, users experienced disruptive flickering when navigating the page, impacting the overall user experience negatively. The images now load smoothly and without any flickering.
|
| Fixed an issue that made bullets or numbers to be invisible | - Previously, the bullets or numbers in a list were not getting rendered properly when applying them in the Notes section of a resource. We fixed the issue.
|