Skip to content

Commit

Permalink
fix config.json.example (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Neo <[email protected]>
  • Loading branch information
echo66677 and Neo authored Jun 19, 2024
1 parent ec57d48 commit f93a0ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"codex_api_key": "sk-xxx",
"codex_api_organization": "",
"codex_api_project": "",
"code_instruct_model": "gpt-3.5-turbo-instruct",
"chat_api_base": "https://api-proxy.oaipro.com/v1",
"chat_api_key": "sk-xxx",
"chat_api_organization": "",
"chat_api_project": "",
"chat_max_tokens": 4096,
"chat_model_default": "gpt-4o",
"chat_model_map": {},
"chat_locale": "zh_CN"
}
"chat_locale": "zh_CN",
"auth_token": ""
}

0 comments on commit f93a0ed

Please sign in to comment.