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"