zhimin-z commited on
Commit ·
582d00e
1
Parent(s): dfe1e8d
add
Browse files- OpenAI Codex.json +2 -2
OpenAI Codex.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
"provider": "OpenAI",
|
| 3 |
"bin": "codex",
|
| 4 |
"promptStyle": "exec",
|
| 5 |
-
"initArgs": ["--full-auto", "--output-
|
| 6 |
"followupStyle": "resume",
|
| 7 |
-
"followupArgs": ["--full-auto", "--output-
|
| 8 |
"excludePatterns": [],
|
| 9 |
"state": "active"
|
| 10 |
}
|
|
|
|
| 2 |
"provider": "OpenAI",
|
| 3 |
"bin": "codex",
|
| 4 |
"promptStyle": "exec",
|
| 5 |
+
"initArgs": ["--full-auto", "--output-schema", "jsonl"],
|
| 6 |
"followupStyle": "resume",
|
| 7 |
+
"followupArgs": ["--full-auto", "--output-schema", "jsonl"],
|
| 8 |
"excludePatterns": [],
|
| 9 |
"state": "active"
|
| 10 |
}
|