From 9ede1fb209acb18e10a2e8f251fd0e2c5d3a3058 Mon Sep 17 00:00:00 2001 From: geekan Date: Sat, 20 Apr 2024 11:05:37 +0800 Subject: [PATCH] add config examples for gpt/claude/gemini/llama3/wizardlm2 --- config/examples/openai-gpt-3.5-turbo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/openai-gpt-3.5-turbo.yaml b/config/examples/openai-gpt-3.5-turbo.yaml index 864003d6c..41364842a 100644 --- a/config/examples/openai-gpt-3.5-turbo.yaml +++ b/config/examples/openai-gpt-3.5-turbo.yaml @@ -1,5 +1,5 @@ llm: api_key: "YOUR_API_KEY" - model: "gpt-3.5-turbo-1106" + model: "gpt-3.5-turbo" #proxy: "http://:" #base_url: "https:///v1"