[PR #3660] [MERGED] Update Azure AI options and model map with new model configurations #4353

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3660
Author: @suzuki-shm
Created: 4/16/2025
Status: Merged
Merged: 4/16/2025
Merged by: @timothycarambat

Base: masterHead: 3659-contextsize


📝 Commits (3)

  • 9fefc71 Update Azure AI options and model map with new model configurations
  • 9ff99d7 linting
  • bb7d846 Merge branch 'master' into 3659-contextsize

📊 Changes

2 files changed (+15 additions, -1 deletions)

View changed files

📝 frontend/src/components/LLMSelection/AzureAiOptions/index.jsx (+3 -1)
📝 server/utils/AiProviders/modelMap.js (+12 -0)

📄 Description

Pull Request Type

  • feat

Relevant Issues

resolves #3659

What is in this change?

  • Add options of token limit for latest OpenAI models
  • Add them to model map too.

Additional Information

I was a bit hesitant about GPT-4.1's context size since it's not a round number, but I've entered the exact value for now. Displaying a cleaner or more rounded value in the options menu itself might be another possibility to consider.

image

Developer Validations

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

Sorry, I realized I forgot to run lint on the PR that was merged yesterday. I've run it correctly this time.


🔄 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/3660 **Author:** [@suzuki-shm](https://github.com/suzuki-shm) **Created:** 4/16/2025 **Status:** ✅ Merged **Merged:** 4/16/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3659-contextsize` --- ### 📝 Commits (3) - [`9fefc71`](https://github.com/Mintplex-Labs/anything-llm/commit/9fefc717024982dbf204a32d0a2ded6577ce6820) Update Azure AI options and model map with new model configurations - [`9ff99d7`](https://github.com/Mintplex-Labs/anything-llm/commit/9ff99d770574927c726c4ca540d11c5afb677c4c) linting - [`bb7d846`](https://github.com/Mintplex-Labs/anything-llm/commit/bb7d84634ff14318927cf0668ab4c36b2becbd5c) Merge branch 'master' into 3659-contextsize ### 📊 Changes **2 files changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/LLMSelection/AzureAiOptions/index.jsx` (+3 -1) 📝 `server/utils/AiProviders/modelMap.js` (+12 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat ### Relevant Issues resolves #3659 ### What is in this change? - Add options of token limit for latest OpenAI models - Add them to model map too. ### Additional Information I was a bit hesitant about GPT-4.1's context size since it's not a round number, but I've entered the exact value for now. Displaying a cleaner or more rounded value in the options menu itself might be another possibility to consider. ![image](https://github.com/user-attachments/assets/adc84d03-d230-461e-ac94-915d9eb5803c) ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated: None - [x] I have tested my code functionality - [x] Docker build succeeds locally Sorry, I realized I forgot to run lint on the PR that was merged yesterday. I've run it correctly this time. --- <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:39 -05:00
yindo closed this issue 2026-02-22 18:35:39 -05:00
yindo changed title from [PR #3660] Update Azure AI options and model map with new model configurations to [PR #3660] [MERGED] Update Azure AI options and model map with new model configurations 2026-06-05 15:18:08 -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#4353