fix(openai-docs): sync duplicated skill copies#410
Open
BjornMelin wants to merge 1 commit into
Open
Conversation
|
Note You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Synchronizes duplicated openai-docs skill content between .system and .curated copies by updating the fallback “latest model” reference for image generation and porting the API-key routing guidance into the curated skill.
Changes:
- Updates the fallback model reference to recommend
gpt-image-2as best for image generation/edits, and repositionsgpt-image-1.5as a cheaper option. - Adds an “API Key Setup” routing section to the curated
openai-docsskill to match the system copy.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| skills/.system/openai-docs/references/latest-model.md | Updates fallback model map for image generation/edit guidance. |
| skills/.curated/openai-docs/SKILL.md | Adds API key setup / routing guidance to mirror the system skill copy. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## API Key Setup | ||
|
|
||
| For requests to build, run, configure, debug, or implement an API-backed app, script, CLI, generator, or tool, use `openai-platform-api-key` first when available. After that credential gate is resolved, return here for current docs as needed. |
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.
Summary
.system/openai-docsfallback model reference with.curated/openai-docssogpt-image-2is listed as the best image generation/edit model.system/openai-docsinto.curated/openai-docsNote
openai-docsis duplicated under both.systemand.curated; this PR keeps the duplicate copies in sync to avoid stale guidance depending on which copy an agent uses.Validation
diff -qr skills/.system/openai-docs skills/.curated/openai-docsnode skills/.system/openai-docs/scripts/resolve-latest-model-info.jsnode skills/.curated/openai-docs/scripts/resolve-latest-model-info.jsSource
gpt-image-2as the default for most production workflows: https://developers.openai.com/cookbook/examples/multimodal/image-gen-models-prompting-guide#when-to-use-which-model