From d260bfb704e4036ee53f20d9c854e912643c8571 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 Apr 2024 06:30:25 -0700 Subject: [PATCH] copy --- docs/llms.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/llms.md b/docs/llms.md index 7d648699f..f27034029 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -169,8 +169,6 @@ aider --models openrouter/ ## OpenAI compatible APIs Aider can connect to any LLM which is accessible via an OpenAI compatible API endpoint. -Use `--openai-api-base` or set the `OPENAI_API_BASE` -environment variable to have aider connect to it. ``` pip install aider-chat