fix config.json.example
This commit is contained in:
parent
ec57d48ae4
commit
57f6c70fc1
|
|
@ -6,6 +6,7 @@
|
||||||
"codex_api_key": "sk-xxx",
|
"codex_api_key": "sk-xxx",
|
||||||
"codex_api_organization": "",
|
"codex_api_organization": "",
|
||||||
"codex_api_project": "",
|
"codex_api_project": "",
|
||||||
|
"code_instruct_model": "gpt-3.5-turbo-instruct",
|
||||||
"chat_api_base": "https://api-proxy.oaipro.com/v1",
|
"chat_api_base": "https://api-proxy.oaipro.com/v1",
|
||||||
"chat_api_key": "sk-xxx",
|
"chat_api_key": "sk-xxx",
|
||||||
"chat_api_organization": "",
|
"chat_api_organization": "",
|
||||||
|
|
@ -13,5 +14,6 @@
|
||||||
"chat_max_tokens": 4096,
|
"chat_max_tokens": 4096,
|
||||||
"chat_model_default": "gpt-4o",
|
"chat_model_default": "gpt-4o",
|
||||||
"chat_model_map": {},
|
"chat_model_map": {},
|
||||||
"chat_locale": "zh_CN"
|
"chat_locale": "zh_CN",
|
||||||
}
|
"auth_token": ""
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue