zhimin-z commited on
Commit
16e01ce
·
1 Parent(s): 582d00e
Files changed (1) hide show
  1. OpenAI Codex.json +3 -3
OpenAI Codex.json CHANGED
@@ -2,9 +2,9 @@
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
- }
 
2
  "provider": "OpenAI",
3
  "bin": "codex",
4
  "promptStyle": "exec",
5
+ "initArgs": ["--full-auto"],
6
  "followupStyle": "resume",
7
+ "followupArgs": ["--full-auto"],
8
  "excludePatterns": [],
9
  "state": "active"
10
+ }