[PR #2695] [MERGED] APIPie LLM provider improvements #4090

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2695
Author: @shatfield4
Created: 11/21/2024
Status: Merged
Merged: 12/13/2024
Merged by: @timothycarambat

Base: masterHead: 2592-feat-apipie-provider-improvements


📝 Commits (6)

  • 5388476 fix apipie streaming/sort by chat models
  • f2db25c lint
  • 0872a60 Merge branch 'master' into 2592-feat-apipie-provider-improvements
  • 9089907 Merge branch 'master' into 2592-feat-apipie-provider-improvements
  • 2774dc9 Merge branch 'master' into 2592-feat-apipie-provider-improvements
  • fe46161 linting

📊 Changes

2 files changed (+50 additions, -33 deletions)

View changed files

📝 server/utils/AiProviders/apipie/index.js (+35 -26)
📝 server/utils/helpers/customModels.js (+15 -7)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2592

What is in this change?

  • Reenable streaming for APIPie
  • Only show chat and chatx models (still keep cache of all models for future implementation of TTS and embedding 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/2695 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/21/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2592-feat-apipie-provider-improvements` --- ### 📝 Commits (6) - [`5388476`](https://github.com/Mintplex-Labs/anything-llm/commit/538847602ee4ecca0670ab3631327c5bc51e4d96) fix apipie streaming/sort by chat models - [`f2db25c`](https://github.com/Mintplex-Labs/anything-llm/commit/f2db25c2d71da7cdbab260c8fdb9837cbb0427f8) lint - [`0872a60`](https://github.com/Mintplex-Labs/anything-llm/commit/0872a60eaf244bb15db56ad13836a25a353476b7) Merge branch 'master' into 2592-feat-apipie-provider-improvements - [`9089907`](https://github.com/Mintplex-Labs/anything-llm/commit/90899073da265553117db2a7d9fe1318947fc871) Merge branch 'master' into 2592-feat-apipie-provider-improvements - [`2774dc9`](https://github.com/Mintplex-Labs/anything-llm/commit/2774dc9e68d46d777bd396ceaba1dc789377c56a) Merge branch 'master' into 2592-feat-apipie-provider-improvements - [`fe46161`](https://github.com/Mintplex-Labs/anything-llm/commit/fe461617254fd5f369126b812a27ab2530233586) linting ### 📊 Changes **2 files changed** (+50 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/AiProviders/apipie/index.js` (+35 -26) 📝 `server/utils/helpers/customModels.js` (+15 -7) </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 #2592 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Reenable streaming for APIPie - Only show `chat` and `chatx` models (still keep cache of all models for future implementation of TTS and embedding models) ### 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:07 -05:00
yindo closed this issue 2026-02-22 18:35:07 -05:00
yindo changed title from [PR #2695] APIPie LLM provider improvements to [PR #2695] [MERGED] APIPie LLM provider improvements 2026-06-05 15:16:45 -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#4090