zhiminy commited on
Commit
ab3595a
·
verified ·
1 Parent(s): bbeb9d3

fix: update OpenAI Codex.json

Browse files
Files changed (1) hide show
  1. OpenAI Codex.json +6 -2
OpenAI Codex.json CHANGED
@@ -3,9 +3,13 @@
3
  "provider": "OpenAI",
4
  "bin": "codex",
5
  "promptStyle": "exec",
6
- "initArgs": ["--full-auto"],
 
 
7
  "followupStyle": "resume",
8
- "followupArgs": ["--full-auto"],
 
 
9
  "responseStartMarker": "\ncodex\n",
10
  "responseEndMarker": "\ntokens used",
11
  "state": "inactive"
 
3
  "provider": "OpenAI",
4
  "bin": "codex",
5
  "promptStyle": "exec",
6
+ "initArgs": [
7
+ "--full-auto"
8
+ ],
9
  "followupStyle": "resume",
10
+ "followupArgs": [
11
+ "--full-auto"
12
+ ],
13
  "responseStartMarker": "\ncodex\n",
14
  "responseEndMarker": "\ntokens used",
15
  "state": "inactive"