Skip to content

Conversation

@rjbeers
Copy link

@rjbeers rjbeers commented Aug 8, 2025

GPT-5 supports code interpretation, web search and other tools.

GPT-5 supports code interpretation, web search and other tools.
Copilot AI review requested due to automatic review settings August 8, 2025 15:36
@netlify
Copy link

netlify bot commented Aug 8, 2025

Deploy Preview for mcp-storybook ready!

Name Link
🔨 Latest commit 384ce71
🔍 Latest deploy log https://app.netlify.com/projects/mcp-storybook/deploys/6896451d585de700087e0656
😎 Deploy Preview https://deploy-preview-161--mcp-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@rjbeers rjbeers requested a review from nickytonline August 8, 2025 15:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for GPT-5 to the chat application by including it in the list of supported models and enabling its access to code interpreter and web search capabilities.

  • Added GPT-5 to the supported model prefixes list
  • Updated error message to include GPT-5 as a code interpreter-capable model
  • Enabled GPT-5 for code interpreter and web search functionality

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/routes/api/models.ts Added 'gpt-5' to the SUPPORTED_MODEL_PREFIXES array
src/routes/api/chat.ts Updated error message to mention GPT-5 as supporting code interpreter
src/lib/utils/prompting.ts Added 'gpt-5' to both CODE_INTERPRETER_SUPPORTED_MODELS and WEB_SEARCH_SUPPORTED_MODELS sets

@rjbeers
Copy link
Author

rjbeers commented Aug 8, 2025

I was a little quick on updating the lists, not realizing the others weren't prefixes. Should be good now. Thanks for reviewing.

Copy link
Member

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@rjbeers rjbeers merged commit 30e8872 into main Aug 8, 2025
6 checks passed
@rjbeers rjbeers deleted the rjbeers/NO-REF-add-gpt-5 branch August 8, 2025 19:59
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