From 964feb3872046f7bb8cf773ad05aa73c7f20bfe0 Mon Sep 17 00:00:00 2001 From: geekan Date: Wed, 3 Jan 2024 19:43:19 +0800 Subject: [PATCH] remove llm type --- config/config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.yaml b/config/config.yaml index 5025a4977..240814bf3 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -14,7 +14,6 @@ OPENAI_BASE_URL: "https://api.openai.com/v1" OPENAI_API_MODEL: "gpt-4-1106-preview" 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 #### if Spark