[PR #2659] [CLOSED] Portkey Integration with Anything LLM #4059

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2659
Author: @siddharthsambharia-portkey
Created: 11/20/2024
Status: Closed

Base: masterHead: master


📝 Commits (5)

📊 Changes

12 files changed (+455 additions, -291 deletions)

View changed files

📝 docker/.env.example (+12 -0)
frontend/src/components/LLMSelection/PortkeyOptions/index.jsx (+149 -0)
frontend/src/media/llmprovider/portkey.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+8 -0)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+10 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+8 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+9 -0)
server/.env.example (+0 -291)
📝 server/models/systemSettings.js (+9 -0)
server/utils/AiProviders/portkey/index.js (+216 -0)
📝 server/utils/helpers/index.js (+6 -0)
📝 server/utils/helpers/updateENV.js (+28 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2736

What is in this change?

Add support for Portkey AI LLM provider

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/2659 **Author:** [@siddharthsambharia-portkey](https://github.com/siddharthsambharia-portkey) **Created:** 11/20/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`2647168`](https://github.com/Mintplex-Labs/anything-llm/commit/2647168a87ef71235590438dac3ecb08e03e0549) portkey integration v1 - [`e3ed642`](https://github.com/Mintplex-Labs/anything-llm/commit/e3ed642534ec6667e941fbe08a04423b1008dab6) portkey integration v1 - [`e2ec517`](https://github.com/Mintplex-Labs/anything-llm/commit/e2ec51774c754d6123671a4a7a4b5bf5ee865b35) portkey logo fix - [`3ce69d0`](https://github.com/Mintplex-Labs/anything-llm/commit/3ce69d00ec7e57ad0dbe1230d7b28b07b12ef686) portkey config fix - [`e68f7cb`](https://github.com/Mintplex-Labs/anything-llm/commit/e68f7cbcb3d00e4861ad7af835d19d9098098809) fix typo ### 📊 Changes **12 files changed** (+455 additions, -291 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+12 -0) ➕ `frontend/src/components/LLMSelection/PortkeyOptions/index.jsx` (+149 -0) ➕ `frontend/src/media/llmprovider/portkey.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+8 -0) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+10 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+8 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+9 -0) ➖ `server/.env.example` (+0 -291) 📝 `server/models/systemSettings.js` (+9 -0) ➕ `server/utils/AiProviders/portkey/index.js` (+216 -0) 📝 `server/utils/helpers/index.js` (+6 -0) 📝 `server/utils/helpers/updateENV.js` (+28 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #2736 ### What is in this change? Add support for Portkey AI LLM provider ### 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:03 -05:00
yindo closed this issue 2026-02-22 18:35:03 -05:00
yindo changed title from [PR #2659] Portkey Integration with Anything LLM to [PR #2659] [CLOSED] Portkey Integration with Anything LLM 2026-06-05 15:16:36 -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#4059