[PR #3014] [MERGED] Bump perplexity models #4197

Closed
opened 2026-02-22 18:35:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3014
Author: @shatfield4
Created: 1/23/2025
Status: Merged
Merged: 1/23/2025
Merged by: @timothycarambat

Base: masterHead: 3003-chore-bump-perplexity-models-listing


📝 Commits (10+)

  • 400ad33 bump perplexity models
  • 6b33550 typo fix
  • 006e3a3 typo
  • 191fde4 Merge branch 'master' into 3003-chore-bump-perplexity-models-listing
  • 062b6ba Merge branch 'master' into 3003-chore-bump-perplexity-models-listing
  • aaae186 Merge branch '3003-chore-bump-perplexity-models-listing' of github.com:Mintplex-Labs/anything-llm into 3003-chore-bump-perplexity-models-listing
  • 5fba8aa implement dynamic fetching of togetherai models
  • b81f69c implement caching for togetherai models
  • 83990e2 update gitignore for togetherai model caching
  • 46af05a Remove models.json from git tracking

📊 Changes

3 files changed (+18 additions, -43 deletions)

View changed files

📝 server/utils/AiProviders/perplexity/models.js (+10 -35)
📝 server/utils/AiProviders/perplexity/scripts/chat_models.txt (+2 -7)
📝 server/utils/AiProviders/perplexity/scripts/parse.mjs (+6 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #3003

What is in this change?

  • Bump Perplexity models
  • Deprecate old models
  • Update script comment

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3014 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3003-chore-bump-perplexity-models-listing` --- ### 📝 Commits (10+) - [`400ad33`](https://github.com/Mintplex-Labs/anything-llm/commit/400ad331637b56c0ce67b6d6952fe20f1351edeb) bump perplexity models - [`6b33550`](https://github.com/Mintplex-Labs/anything-llm/commit/6b3355022e8f680fac1ce5dd404ba38e4ac1d65a) typo fix - [`006e3a3`](https://github.com/Mintplex-Labs/anything-llm/commit/006e3a3ceabc974715d3896cefed6481484e2918) typo - [`191fde4`](https://github.com/Mintplex-Labs/anything-llm/commit/191fde47c2d19ce89d5900c56efd26152eeac607) Merge branch 'master' into 3003-chore-bump-perplexity-models-listing - [`062b6ba`](https://github.com/Mintplex-Labs/anything-llm/commit/062b6ba3acab4d11a1158e565b8b78e99ad531f6) Merge branch 'master' into 3003-chore-bump-perplexity-models-listing - [`aaae186`](https://github.com/Mintplex-Labs/anything-llm/commit/aaae186280ed20fa08769b5f419c8ebdbf1913a3) Merge branch '3003-chore-bump-perplexity-models-listing' of github.com:Mintplex-Labs/anything-llm into 3003-chore-bump-perplexity-models-listing - [`5fba8aa`](https://github.com/Mintplex-Labs/anything-llm/commit/5fba8aa52a39c1d9ba8ff0f1725341617baed3ee) implement dynamic fetching of togetherai models - [`b81f69c`](https://github.com/Mintplex-Labs/anything-llm/commit/b81f69c2ff0202eb83f77fde493731083828f286) implement caching for togetherai models - [`83990e2`](https://github.com/Mintplex-Labs/anything-llm/commit/83990e259128e5ae64ff49ce2358facd95627369) update gitignore for togetherai model caching - [`46af05a`](https://github.com/Mintplex-Labs/anything-llm/commit/46af05a385ed02b13b7257910d7b56635332742c) Remove models.json from git tracking ### 📊 Changes **3 files changed** (+18 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/AiProviders/perplexity/models.js` (+10 -35) 📝 `server/utils/AiProviders/perplexity/scripts/chat_models.txt` (+2 -7) 📝 `server/utils/AiProviders/perplexity/scripts/parse.mjs` (+6 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3003 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Bump Perplexity models - Deprecate old models - Update script comment ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:20 -05:00
yindo closed this issue 2026-02-22 18:35:20 -05:00
yindo changed title from [PR #3014] Bump perplexity models to [PR #3014] [MERGED] Bump perplexity models 2026-06-05 15:17:20 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4197