parent
c6f0d41f33
commit
38faf0bb1b
|
|
@ -29,6 +29,7 @@ Thumbs.db
|
|||
*.key
|
||||
*.log
|
||||
bin/
|
||||
config.json
|
||||
|
||||
# Develop tools
|
||||
.vscode/
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"codex_api_key": "sk-xxx",
|
||||
"codex_api_organization": "",
|
||||
"codex_api_project": "",
|
||||
"codex_max_tokens": 4093,
|
||||
"codex_max_tokens": 2048,
|
||||
"chat_api_base": "https://api-proxy.oaipro.com/v1",
|
||||
"chat_api_key": "sk-xxx",
|
||||
"chat_api_organization": "",
|
||||
Loading…
Reference in New Issue