MCPcopy Create free account
hub / github.com/openai/plugins / defaultModelForTarget

Function defaultModelForTarget

plugins/plugin-eval/src/core/benchmark.js:47–49  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

45}
46
47function defaultModelForTarget(target) {
48 return target.kind === "plugin" ? "gpt-5.4" : "gpt-5.4-mini";
49}
50
51function createRunId() {
52 return new Date().toISOString().replaceAll(":", "-").replace(/\..+$/, "");

Callers 2

runBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected