Skip to content

Conversation

@yuji38kwmt
Copy link
Contributor

@yuji38kwmt yuji38kwmt commented Sep 6, 2025

GPT5系のモデルを利用したかったので、追加しました。

以下のコマンドで取得したモデルの一覧から、GPT5関連のモデルを抽出しました。

curl https://api.openai.com/v1/models \
  -H "Authorization: Bearer $OPENAI_API_KEY"

@yuji38kwmt yuji38kwmt requested a review from Copilot September 6, 2025 14:49
Copy link

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 related models to the Markdown Copilot VS Code extension. The change updates the configuration options to include the new GPT-5 model variants.

  • Adds GPT-5 model options including chat-latest, dated versions, mini, and nano variants
  • Updates the model selection enum in package.json configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@squld squld merged commit 14adac6 into main Oct 16, 2025
1 check passed
@squld squld deleted the add-gpt5-model branch October 16, 2025 15:21
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