add note about programmer tool always using claude for now
This commit is contained in:
parent
024c04a838
commit
9a1f000d19
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue