Conversation
GPT-5 supports code interpretation, web search and other tools.
✅ Deploy Preview for mcp-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
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 |
nickytonline
requested changes
Aug 8, 2025
Author
|
I was a little quick on updating the lists, not realizing the others weren't prefixes. Should be good now. Thanks for reviewing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GPT-5 supports code interpretation, web search and other tools.