Add GPT-5.5 Model Integration via Azure OpenAI#610
Conversation
- Update `lib/utils/index.ts` to handle GPT-5.5 model initialization using Azure AI Foundry endpoint and credentials. - Add GPT-5.5 to the model selection form in the settings UI. - Update `.env.local.example` with the new Azure-related environment variables. Co-authored-by: ngoiyaeric <115367894+ngoiyaeric@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
|
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR integrates the GPT-5.5 model into the application, allowing users to select it from the settings. The model is hosted via Azure OpenAI/Foundry and requires
AZURE_API_KEY,AZURE_ENDPOINT, andAZURE_DEPLOYMENT_NAMEenvironment variables.Key changes:
lib/utils/index.ts,getModel()now supportsGPT-5.5by creating an OpenAI-compatible client pointed at the Azure endpoint.components/settings/components/model-selection-form.tsx,GPT-5.5is added to the available models with an "Enterprise" badge..env.local.exampleis updated to guide developers on configuring the new environment variables.PR created automatically by Jules for task 4977634044786686559 started by @ngoiyaeric