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

Function defaultUsageLogPath

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

Source from the content-addressed store, hash-verified

41}
42
43function defaultUsageLogPath(target) {
44 return path.join(benchmarkDirectoryForTarget(target), "benchmark-usage.jsonl");
45}
46
47function defaultModelForTarget(target) {
48 return target.kind === "plugin" ? "gpt-5.4" : "gpt-5.4-mini";

Callers 1

runBenchmarkFunction · 0.85

Calls 1

Tested by

no test coverage detected