mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 09:34:59 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
5282e6fc4a
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ def get_parser(default_config_files, git_root):
|
||||||
"--anthropic-api-key",
|
"--anthropic-api-key",
|
||||||
metavar="ANTHROPIC_API_KEY",
|
metavar="ANTHROPIC_API_KEY",
|
||||||
env_var="ANTHROPIC_API_KEY",
|
env_var="ANTHROPIC_API_KEY",
|
||||||
help="Specify the OpenAI API key",
|
help="Specify the Anthropic API key",
|
||||||
)
|
)
|
||||||
default_model = models.DEFAULT_MODEL_NAME
|
default_model = models.DEFAULT_MODEL_NAME
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
parent: Usage
|
parent: Usage
|
||||||
nav_order: 50
|
nav_order: 50
|
||||||
description: Control aider with in-chat commands line /add, /model, etc.
|
description: Control aider with in-chat commands like /add, /model, etc.
|
||||||
---
|
---
|
||||||
# In-chat commands
|
# In-chat commands
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,7 @@ the overall codebase.
|
||||||
|
|
||||||
## More info
|
## More info
|
||||||
|
|
||||||
Please the
|
Please check the
|
||||||
[repo map article on aider's blog](https://aider.chat/2023/10/22/repomap.html)
|
[repo map article on aider's blog](https://aider.chat/2023/10/22/repomap.html)
|
||||||
for more information on aider's repository map
|
for more information on aider's repository map
|
||||||
and how it is constructed.
|
and how it is constructed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue