This commit is contained in:
Paul Gauthier 2024-06-10 21:16:57 -07:00
parent 05a74d67de
commit 8bfaff2c6f
3 changed files with 13 additions and 2 deletions

View file

@ -38,6 +38,9 @@ cog.outl("```")
#######
# Main:
## Use VI editing mode in the terminal (default: False)
#vim: false
## Specify the OpenAI API key
#openai-api-key:

View file

@ -14,8 +14,8 @@ from aider.args import get_md_help
cog.out(get_md_help())
]]]-->
```
usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
[--opus] [--sonnet] [--4] [--4o] [--4-turbo]
usage: aider [-h] [--vim] [--openai-api-key] [--anthropic-api-key]
[--model] [--opus] [--sonnet] [--4] [--4o] [--4-turbo]
[--35turbo] [--models] [--openai-api-base]
[--openai-api-type] [--openai-api-version]
[--openai-api-deployment-id] [--openai-organization-id]
@ -52,6 +52,11 @@ Aliases:
## Main:
### `--vim`
Use VI editing mode in the terminal (default: False)
Default: False
Environment variable: `AIDER_VIM`
### `--openai-api-key OPENAI_API_KEY`
Specify the OpenAI API key
Environment variable: `OPENAI_API_KEY`