Skip to content

Releases: RMNCLDYO/perplexity-ai-toolkit

Perplexity AI Toolkit v1.2.2

05 May 18:19
610b353
Compare
Choose a tag to compare

What's New in v1.2.2

Added

New Model Support: The toolkit now supports llama-3-sonar-small-32k-chat, llama-3-sonar-large-32k-chat, llama-3-sonar-small-32k-online, and llama-3-sonar-large-32k-online models.

Changed

Updated Default Models: The default models in config.py have been updated to llama-3-sonar-large-32k-chat for chat functionalities and llama-3-sonar-large-32k-online for search functionalities.

Removed

Deprecated Model Removal: Older models such as sonar-small-chat, sonar-medium-chat, sonar-small-online, and sonar-medium-online have been removed from the toolkit. Additionally, support for codellama-70b-instruct, mistral-7b-instruct, and mixtral-8x22b-instruct has been discontinued in alignment with Perplexity Labs' current model offerings.

*Users will need to update any existing implementations that rely on the older models to the new llama-3-sonar models within the next 2 weeks to maintain functionality, according to Perplexity Labs.

How to Upgrade

  • Existing users can upgrade to v1.2.2 by pulling the latest changes from our GitHub repository and updating their environment to reflect the new dependencies and configurations.
  • It is recommended to review the updated documentation to familiarize yourself with the new models and their capabilities.

We thank our users for their continued support and are excited to see how the new features will be utilized in your AI projects!

Full Changelog: v1.2.1...v1.2.2

Perplexity AI Toolkit v1.2.1

22 Apr 13:54
7878656
Compare
Choose a tag to compare

This update includes support for the llama-3 models, and introduces minor code refactors.

Full Changelog: v1.2.0...v1.2.1

Perplexity AI Toolkit v1.2.0

23 Mar 20:52
cbe69d0
Compare
Choose a tag to compare

This update transforms the Perplexity AI Toolkit from a basic API wrapper into a comprehensive, user-friendly, and highly customizable interface for interacting with the full suite of large language models offered by Perplexity Labs. The changes encompass a complete redesign of the codebase, introducing new functionalities, improving modularization, enhancing user experience, and providing advanced configuration options.

Full Changelog: https://github.com/RMNCLDYO/perplexity-ai-toolkit/commits/v1.2.0