[PR #3283] [MERGED] Update null-check function for aibitat runners #4253

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

📋 Pull Request Information

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

Base: masterHead: 3273-funciton-null-check


📝 Commits (4)

  • 9f37a21 Update nullcheck function for aibitat runners
  • 482c632 Merge branch 'master' into 3273-funciton-null-check
  • ef0df9c lint
  • cac7a6d Merge branch '3273-funciton-null-check' of github.com:Mintplex-Labs/anything-llm into 3273-funciton-null-check

📊 Changes

22 files changed (+22 additions, -22 deletions)

View changed files

📝 server/utils/agents/aibitat/providers/anthropic.js (+1 -1)
📝 server/utils/agents/aibitat/providers/apipie.js (+1 -1)
📝 server/utils/agents/aibitat/providers/azure.js (+1 -1)
📝 server/utils/agents/aibitat/providers/bedrock.js (+1 -1)
📝 server/utils/agents/aibitat/providers/deepseek.js (+1 -1)
📝 server/utils/agents/aibitat/providers/fireworksai.js (+1 -1)
📝 server/utils/agents/aibitat/providers/genericOpenAi.js (+1 -1)
📝 server/utils/agents/aibitat/providers/groq.js (+1 -1)
📝 server/utils/agents/aibitat/providers/koboldcpp.js (+1 -1)
📝 server/utils/agents/aibitat/providers/litellm.js (+1 -1)
📝 server/utils/agents/aibitat/providers/lmstudio.js (+1 -1)
📝 server/utils/agents/aibitat/providers/localai.js (+1 -1)
📝 server/utils/agents/aibitat/providers/mistral.js (+1 -1)
📝 server/utils/agents/aibitat/providers/novita.js (+1 -1)
📝 server/utils/agents/aibitat/providers/nvidiaNim.js (+1 -1)
📝 server/utils/agents/aibitat/providers/ollama.js (+1 -1)
📝 server/utils/agents/aibitat/providers/openai.js (+1 -1)
📝 server/utils/agents/aibitat/providers/openrouter.js (+1 -1)
📝 server/utils/agents/aibitat/providers/perplexity.js (+1 -1)
📝 server/utils/agents/aibitat/providers/textgenwebui.js (+1 -1)

...and 2 more files

📄 Description

Pull Request Type

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

Relevant Issues

resolves #3273
closes #3277

What is in this change?

  • Changes functions default fallback value for Aibitat runners - should work for all runtime conditions

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/3283 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/19/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3273-funciton-null-check` --- ### 📝 Commits (4) - [`9f37a21`](https://github.com/Mintplex-Labs/anything-llm/commit/9f37a2194d61f3af37b8028b2419bb8824b3bbca) Update nullcheck function for aibitat runners - [`482c632`](https://github.com/Mintplex-Labs/anything-llm/commit/482c6320b22312fed2511accc8c57dcaef8588f9) Merge branch 'master' into 3273-funciton-null-check - [`ef0df9c`](https://github.com/Mintplex-Labs/anything-llm/commit/ef0df9c28b0aae127a52781841216b20a3b4b6c4) lint - [`cac7a6d`](https://github.com/Mintplex-Labs/anything-llm/commit/cac7a6dbce11835f5f32a26b5988e249fdbcea93) Merge branch '3273-funciton-null-check' of github.com:Mintplex-Labs/anything-llm into 3273-funciton-null-check ### 📊 Changes **22 files changed** (+22 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/agents/aibitat/providers/anthropic.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/apipie.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/azure.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/bedrock.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/deepseek.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/fireworksai.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/genericOpenAi.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/groq.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/koboldcpp.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/litellm.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/lmstudio.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/localai.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/mistral.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/novita.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/nvidiaNim.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/ollama.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/openai.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/openrouter.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/perplexity.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/textgenwebui.js` (+1 -1) _...and 2 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3273 closes #3277 ### What is in this change? - Changes `functions` default fallback value for Aibitat runners - should work for all runtime conditions <!-- 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:35:27 -05:00
yindo closed this issue 2026-02-22 18:35:27 -05:00
yindo changed title from [PR #3283] Update null-check function for aibitat runners to [PR #3283] [MERGED] Update null-check function for aibitat runners 2026-06-05 15:17:37 -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#4253