From f93a0ed85febb640c9ad75387b0cac09d0dc4799 Mon Sep 17 00:00:00 2001 From: echo66677 <120939302+echo66677@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:19:51 +0800 Subject: [PATCH] fix config.json.example (#36) Co-authored-by: Neo --- config.json.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index 26c77b0..d3047f1 100644 --- a/config.json.example +++ b/config.json.example @@ -6,6 +6,7 @@ "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": "", @@ -13,5 +14,6 @@ "chat_max_tokens": 4096, "chat_model_default": "gpt-4o", "chat_model_map": {}, - "chat_locale": "zh_CN" -} \ No newline at end of file + "chat_locale": "zh_CN", + "auth_token": "" +}