mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
05a74d67de
commit
8bfaff2c6f
3 changed files with 13 additions and 2 deletions
|
@ -12,6 +12,9 @@
|
||||||
#######
|
#######
|
||||||
# Main:
|
# Main:
|
||||||
|
|
||||||
|
## Use VI editing mode in the terminal (default: False)
|
||||||
|
#vim: false
|
||||||
|
|
||||||
## Specify the OpenAI API key
|
## Specify the OpenAI API key
|
||||||
#openai-api-key:
|
#openai-api-key:
|
||||||
|
|
||||||
|
|
|
@ -38,6 +38,9 @@ cog.outl("```")
|
||||||
#######
|
#######
|
||||||
# Main:
|
# Main:
|
||||||
|
|
||||||
|
## Use VI editing mode in the terminal (default: False)
|
||||||
|
#vim: false
|
||||||
|
|
||||||
## Specify the OpenAI API key
|
## Specify the OpenAI API key
|
||||||
#openai-api-key:
|
#openai-api-key:
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ from aider.args import get_md_help
|
||||||
cog.out(get_md_help())
|
cog.out(get_md_help())
|
||||||
]]]-->
|
]]]-->
|
||||||
```
|
```
|
||||||
usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
|
usage: aider [-h] [--vim] [--openai-api-key] [--anthropic-api-key]
|
||||||
[--opus] [--sonnet] [--4] [--4o] [--4-turbo]
|
[--model] [--opus] [--sonnet] [--4] [--4o] [--4-turbo]
|
||||||
[--35turbo] [--models] [--openai-api-base]
|
[--35turbo] [--models] [--openai-api-base]
|
||||||
[--openai-api-type] [--openai-api-version]
|
[--openai-api-type] [--openai-api-version]
|
||||||
[--openai-api-deployment-id] [--openai-organization-id]
|
[--openai-api-deployment-id] [--openai-organization-id]
|
||||||
|
@ -52,6 +52,11 @@ Aliases:
|
||||||
|
|
||||||
## Main:
|
## Main:
|
||||||
|
|
||||||
|
### `--vim`
|
||||||
|
Use VI editing mode in the terminal (default: False)
|
||||||
|
Default: False
|
||||||
|
Environment variable: `AIDER_VIM`
|
||||||
|
|
||||||
### `--openai-api-key OPENAI_API_KEY`
|
### `--openai-api-key OPENAI_API_KEY`
|
||||||
Specify the OpenAI API key
|
Specify the OpenAI API key
|
||||||
Environment variable: `OPENAI_API_KEY`
|
Environment variable: `OPENAI_API_KEY`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue