mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 07:23:06 +00:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"$schema": "../schemas/config.schema.json",
|
|
"provider": "openai-codex",
|
|
"model": "codex-auto-review",
|
|
"reasoning": "low",
|
|
"timeoutMs": 90000,
|
|
"includeBaselinePolicy": true
|
|
}
|