Skip to content

Update gpt version#59

Merged
p- merged 1 commit intoGitHubSecurityLab:mainfrom
kevinbackhouse:gpt-version
Mar 3, 2026
Merged

Update gpt version#59
p- merged 1 commit intoGitHubSecurityLab:mainfrom
kevinbackhouse:gpt-version

Conversation

@kevinbackhouse
Copy link
Copy Markdown
Contributor

gpt-5 has been removed

Copilot AI review requested due to automatic review settings March 3, 2026 15:18
@kevinbackhouse kevinbackhouse marked this pull request as ready for review March 3, 2026 15:18
Copy link
Copy Markdown
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

Updates the default model selection in the seclab taskflow agent model configuration in response to the removal of gpt-5.

Changes:

  • Update models.code_analysis from gpt-5 to gpt-5.2 in the default model_config.yaml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

filetype: model_config
models:
code_analysis: gpt-5
code_analysis: gpt-5.2
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

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

PR description says “gpt-5 has been removed”, but this config still references the gpt-5 family (now gpt-5.2). Also, src/seclab_taskflows/configs/model_config_codeql_python.yaml still uses code_analysis: gpt-5. Please either (a) update all shipped model configs to avoid the removed model, or (b) clarify in the PR description which specific model identifier was removed and why gpt-5.2 is the correct replacement here.

Copilot uses AI. Check for mistakes.
@p- p- merged commit 7a0a5d8 into GitHubSecurityLab:main Mar 3, 2026
10 checks passed
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.

3 participants