Skip to content

fix: use valid model gpt-4o-mini as default in robustness-audit.js (#399) - #694

Closed
dhedhialy wants to merge 1 commit into
DietrichGebert:mainfrom
dhedhialy:fix/399-audit-model-default
Closed

fix: use valid model gpt-4o-mini as default in robustness-audit.js (#399)#694
dhedhialy wants to merge 1 commit into
DietrichGebert:mainfrom
dhedhialy:fix/399-audit-model-default

Conversation

@dhedhialy

Copy link
Copy Markdown
Contributor

Fixes #399

…ietrichGebert#399)

The default model gpt-5.4-mini is not a valid OpenAI model ID. Changed
to gpt-4o-mini. Can be overridden with AUDIT_MODEL env var.

Fixes DietrichGebert#399
@DietrichGebert

Copy link
Copy Markdown
Owner

Thanks for taking a shot at #399! Turns out gpt-5.4-mini is a real, current OpenAI model, so the default works as is and the issue was closed as invalid. Closing this along with it.

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.

benchmarks/robustness-audit.js: hardcodes invalid model gpt-5.4-mini as default

2 participants