add note about programmer tool always using claude for now

This commit is contained in:
AI Christianson 2024-12-13 10:19:38 -05:00
parent 024c04a838
commit 9a1f000d19
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ export OPENROUTER_API_KEY=your_api_key_here
export OPENAI_API_BASE=your_api_base_url 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 #### Examples