From 039fa84ce46aec2c743e6d802c806efe398a97c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Thu, 4 Jan 2024 13:32:45 +0800 Subject: [PATCH] fixbug: recursive search for provider --- config/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index e5f8f4573..28a312a9e 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -16,7 +16,7 @@ MAX_TOKENS: 4096 RPM: 10 LLM_TYPE: OpenAI # Except for these three major models – OpenAI, MetaGPT LLM, and Azure – other large models can be distinguished based on the validity of the key. TIMEOUT: 60 # Timeout for llm invocation -DEFAULT_PROVIDER: openai +#DEFAULT_PROVIDER: openai #### if Spark #SPARK_APPID : "YOUR_APPID"