From 478207fa7b58af5a715235cded7f86eefefe3a78 Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 30 Mar 2024 17:37:32 +0800 Subject: [PATCH] Optimized config comments --- config.example.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index 7abdf94..14d257a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -19,9 +19,11 @@ llm_provider="openai" ########## OpenAI API Key - # Visit https://openai.com/api/ for details on obtaining an API key. + # Get your API key at https://platform.openai.com/api-keys openai_api_key = "" - openai_base_url = "" # no need to set it unless you want to use your own proxy + # No need to set it unless you want to use your own proxy + openai_base_url = "" + # Check your available models at https://platform.openai.com/account/limits openai_model_name = "gpt-4-turbo-preview" ########## Moonshot API Key