-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
โจ feat: support the perplexity provider #1339
Conversation
@gijigae is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
๐ @gijigae Thank you for raising your pull request and contributing to our Community |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1339 +/- ##
==========================================
- Coverage 86.76% 86.30% -0.46%
==========================================
Files 215 217 +2
Lines 10863 11035 +172
Branches 1172 1176 +4
==========================================
+ Hits 9425 9524 +99
- Misses 1438 1511 +73 โ View full report in Codecov by Sentry. |
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have run the auto translate ( npm run 18n
) and update the model list order ( I think pplx model should rank at first ).
And the rest is LGTM. I'll merge it.
Thanks for your contribution! ๐
โค๏ธ Great PR @gijigae โค๏ธ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
## [Version 0.129.0](v0.128.10...v0.129.0) <sup>Released on **2024-02-22**</sup> #### โจ Features - **misc**: Support perplexity AI provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support perplexity AI provider, closes [#1339](#1339) ([61c88fb](61c88fb)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
๐ This PR is included in version 0.129.0 ๐ The release is available on: Your semantic-release bot ๐ฆ๐ |
@gijigae Oh I just forgot the document, would you mind to add doucment to guide our users to how to config the perplexity provider? |
Thanks for merging @arvinxx ! For the document, should I add a new document file to the |
@gijigae We need several documents for different users: For the users who need self-hosting, add these documents below:
For the users who just use Lobe Chat, add these documents:
For the developers , I think we just need a guide of how to add a new provider. |
## [Version 1.11.0](v1.10.5...v1.11.0) <sup>Released on **2024-02-22**</sup> #### โจ Features - **misc**: Support perplexity AI provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support perplexity AI provider, closes [lobehub#1339](https://github.com/bentwnghk/lobe-chat/issues/1339) ([61c88fb](61c88fb)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
Will prepare those documents including a guide for developers to add a new provider. Regarding "can be powered by the gpt and crawler plugin", what does that mean? There are so many things to learn and I like it ๐. |
@gijigae like this: You can refers it with this link: https://sharegpt.com/c/G0azkMo the final document here: https://github.com/lobehub/lobe-chat/blob/main/contributing/Internationalization/Add-New-Locale.zh-CN.md and I run the agent can find here: https://chat-preview.lobehub.com/market?agent=lobe-chat-developer-document-writer |
* โจ feat: support a new model provider, perplexity * ๐ style: update i18n * ๐ธ chore: improve model list index
## [Version 0.129.0](lobehub/lobe-chat@v0.128.10...v0.129.0) <sup>Released on **2024-02-22**</sup> #### โจ Features - **misc**: Support perplexity AI provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support perplexity AI provider, closes [lobehub#1339](lobehub#1339) ([61c88fb](lobehub@61c88fb)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
* โจ feat: support a new model provider, perplexity * ๐ style: update i18n * ๐ธ chore: improve model list index
## [Version 0.129.0](lobehub/lobe-chat@v0.128.10...v0.129.0) <sup>Released on **2024-02-22**</sup> #### โจ Features - **misc**: Support perplexity AI provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support perplexity AI provider, closes [lobehub#1339](lobehub#1339) ([61c88fb](lobehub@61c88fb)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 0.129.0](lobehub/lobe-chat@v0.128.10...v0.129.0) <sup>Released on **2024-02-22**</sup> #### โจ Features - **misc**: Support perplexity AI provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support perplexity AI provider, closes [#1339](lobehub/lobe-chat#1339) ([61c88fb](lobehub/lobe-chat@61c88fb)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
Added a new model provider, Perplexity, along with the following five models.
Corresponding setup section is also added to the Language Model.
๐ ่กฅๅ ไฟกๆฏ | Additional Information
Perplexity AI requires the value of FrequencyPenalty to be greater than 0. Thus, the default value for FrequencyPenalty has been set to 0.1.