From 9a1f000d196d5bb6ef24d6aa3676ed64cbbdf329 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Fri, 13 Dec 2024 10:19:38 -0500 Subject: [PATCH] add note about programmer tool always using claude for now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a7cee..901b517 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ export OPENROUTER_API_KEY=your_api_key_here export OPENAI_API_BASE=your_api_base_url ``` -Note: The expert tool always uses OpenAI's `o1-preview` model and requires `OPENAI_API_KEY` to be set, even if you're using a different provider for the main application. +Note: The expert tool always uses OpenAI's `o1-preview` model and requires `OPENAI_API_KEY` to be set, even if you're using a different provider for the main application. Additionally, the programmer tool (aider) is currently hardcoded to use Anthropic Claude - this is something we plan to fix in a future update. #### Examples