Skip to content

Commit be27b86

Browse files
committed
docs: update docs
1 parent 25a6c56 commit be27b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODEX_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ api_key = [
3939
"your-api-key1",
4040
"your-api-key2"
4141
]
42-
models = [
42+
model = [
4343
"gpt-5-codex",
4444
"gpt-5"
4545
]

CODEX_README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ api_key = [
4040
"your-api-key1",
4141
"your-api-key2"
4242
]
43-
models = [
43+
model = [
4444
"gpt-5-codex",
4545
"gpt-5"
4646
]

0 commit comments

Comments
 (0)