Skip to content

Add GPT-5.5 Model Integration via Azure OpenAI#610

Open
ngoiyaeric wants to merge 1 commit into
mainfrom
feat/azure-gpt-5.5-integration-4977634044786686559
Open

Add GPT-5.5 Model Integration via Azure OpenAI#610
ngoiyaeric wants to merge 1 commit into
mainfrom
feat/azure-gpt-5.5-integration-4977634044786686559

Conversation

@ngoiyaeric
Copy link
Copy Markdown
Collaborator

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, and AZURE_DEPLOYMENT_NAME environment variables.

Key changes:

  • In lib/utils/index.ts, getModel() now supports GPT-5.5 by creating an OpenAI-compatible client pointed at the Azure endpoint.
  • In components/settings/components/model-selection-form.tsx, GPT-5.5 is added to the available models with an "Enterprise" badge.
  • .env.local.example is updated to guide developers on configuring the new environment variables.

PR created automatically by Jules for task 4977634044786686559 started by @ngoiyaeric

- 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>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
qcx Ready Ready Preview, Comment May 13, 2026 11:19am

@qodo-code-review
Copy link
Copy Markdown
Contributor

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 13, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • server.log is excluded by !**/*.log

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 803879d5-4343-477a-b094-2bfe1157d8e7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/azure-gpt-5.5-integration-4977634044786686559

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants