From 7bfbbe885416d0acb9cf3140d8d35c09e3f2dc95 Mon Sep 17 00:00:00 2001 From: wujiyu115 Date: Wed, 29 Mar 2023 10:06:24 +0800 Subject: [PATCH] remove the template config --- config-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-template.json b/config-template.json index e494383..7a8fb09 100644 --- a/config-template.json +++ b/config-template.json @@ -3,7 +3,7 @@ "type" : "chatgpt", "openai": { "api_key": "YOUR API KEY", - "api_base": "https://api.xxx.com/v1", + "api_base": "", "model": "gpt-3.5-turbo", "proxy": "", "conversation_max_tokens": 1000,