From a69715bd4ffad6c66f771d61b7e34a59dd9206c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Tue, 16 Jul 2024 14:43:23 +0800 Subject: [PATCH] refactor: comments --- config/config2.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config2.example.yaml b/config/config2.example.yaml index 6986e9acbf..0fe11df4e7 100644 --- a/config/config2.example.yaml +++ b/config/config2.example.yaml @@ -61,7 +61,7 @@ iflytek_api_secret: "YOUR_API_SECRET" metagpt_tti_url: "YOUR_MODEL_URL" models: -# "YOUR_MODEL_NAME_1": # model: "gpt-4-turbo" # or gpt-3.5-turbo +# "YOUR_MODEL_NAME_1 or YOUR_API_TYPE_1": # model: "gpt-4-turbo" # or gpt-3.5-turbo # api_type: "openai" # or azure / ollama / groq etc. # base_url: "YOUR_BASE_URL" # api_key: "YOUR_API_KEY" @@ -69,7 +69,7 @@ models: # # timeout: 600 # Optional. If set to 0, default value is 300. # # Details: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/ # pricing_plan: "" # Optional. Use for Azure LLM when its model name is not the same as OpenAI's -# "YOUR_API_TYPE": # api_type: "openai" # or azure / ollama / groq etc. +# "YOUR_MODEL_NAME_2 or YOUR_API_TYPE_2": # api_type: "openai" # or azure / ollama / groq etc. # api_type: "openai" # or azure / ollama / groq etc. # base_url: "YOUR_BASE_URL" # api_key: "YOUR_API_KEY"