[PR #4475] [MERGED] Sync models from remote for FireworksAI #4640

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4475
Author: @timothycarambat
Created: 10/2/2025
Status: Merged
Merged: 10/2/2025
Merged by: @timothycarambat

Base: masterHead: 4474-fireworksai-improvements


📝 Commits (1)

  • e99e3d6 Sync models from remote for FireworksAI

📊 Changes

8 files changed (+140 additions, -211 deletions)

View changed files

📝 frontend/src/components/LLMSelection/FireworksAiOptions/index.jsx (+14 -4)
📝 server/storage/models/.gitignore (+2 -1)
📝 server/utils/AiProviders/fireworksAi/index.js (+122 -11)
server/utils/AiProviders/fireworksAi/models.js (+0 -124)
server/utils/AiProviders/fireworksAi/scripts/.gitignore (+0 -1)
server/utils/AiProviders/fireworksAi/scripts/chat_models.txt (+0 -22)
server/utils/AiProviders/fireworksAi/scripts/parse.mjs (+0 -46)
📝 server/utils/helpers/customModels.js (+2 -2)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4474

What is in this change?

  • Allows us to sync + cache the models listing from FireworksAI endpoint.
  • Filters out non-chat models.

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/4475 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/2/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4474-fireworksai-improvements` --- ### 📝 Commits (1) - [`e99e3d6`](https://github.com/Mintplex-Labs/anything-llm/commit/e99e3d65960783d586f4afbab15ba898ff603c74) Sync models from remote for FireworksAI ### 📊 Changes **8 files changed** (+140 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/LLMSelection/FireworksAiOptions/index.jsx` (+14 -4) 📝 `server/storage/models/.gitignore` (+2 -1) 📝 `server/utils/AiProviders/fireworksAi/index.js` (+122 -11) ➖ `server/utils/AiProviders/fireworksAi/models.js` (+0 -124) ➖ `server/utils/AiProviders/fireworksAi/scripts/.gitignore` (+0 -1) ➖ `server/utils/AiProviders/fireworksAi/scripts/chat_models.txt` (+0 -22) ➖ `server/utils/AiProviders/fireworksAi/scripts/parse.mjs` (+0 -46) 📝 `server/utils/helpers/customModels.js` (+2 -2) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4474 ### What is in this change? - Allows us to sync + cache the models listing from FireworksAI endpoint. - Filters out non-chat models. <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> - [ ] 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 --- <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:36:14 -05:00
yindo closed this issue 2026-02-22 18:36:14 -05:00
yindo changed title from [PR #4475] Sync models from remote for FireworksAI to [PR #4475] [MERGED] Sync models from remote for FireworksAI 2026-06-05 15:19:34 -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#4640