mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
copy
This commit is contained in:
parent
f2397bb0cc
commit
1de8c13974
6 changed files with 150 additions and 103 deletions
|
@ -89,11 +89,14 @@
|
||||||
## Only work with models that have meta-data available (default: True)
|
## Only work with models that have meta-data available (default: True)
|
||||||
#show-model-warnings: true
|
#show-model-warnings: true
|
||||||
|
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||||
#map-tokens: xxx
|
#max-chat-history-tokens: xxx
|
||||||
|
|
||||||
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
## Specify the .env file to load (default: .env in git root)
|
||||||
#map-refresh: auto
|
#env-file: .env
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Cache Settings:
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
#cache-prompts: false
|
#cache-prompts: false
|
||||||
|
@ -101,15 +104,18 @@
|
||||||
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
||||||
#cache-keepalive-pings: false
|
#cache-keepalive-pings: false
|
||||||
|
|
||||||
|
###################
|
||||||
|
# Repomap Settings:
|
||||||
|
|
||||||
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
|
#map-tokens: xxx
|
||||||
|
|
||||||
|
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
||||||
|
#map-refresh: auto
|
||||||
|
|
||||||
## Multiplier for map tokens when no files are specified (default: 2)
|
## Multiplier for map tokens when no files are specified (default: 2)
|
||||||
#map-multiplier-no-files: true
|
#map-multiplier-no-files: true
|
||||||
|
|
||||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
|
||||||
#max-chat-history-tokens: xxx
|
|
||||||
|
|
||||||
## Specify the .env file to load (default: .env in git root)
|
|
||||||
#env-file: .env
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# History Files:
|
# History Files:
|
||||||
|
|
||||||
|
@ -242,12 +248,6 @@
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#vim: false
|
#vim: false
|
||||||
|
|
||||||
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
|
||||||
#voice-format: wav
|
|
||||||
|
|
||||||
## Specify the language for voice using ISO 639-1 code (default: auto)
|
|
||||||
#voice-language: en
|
|
||||||
|
|
||||||
## Specify the language to use in the chat (default: None, uses system settings)
|
## Specify the language to use in the chat (default: None, uses system settings)
|
||||||
#chat-language: xxx
|
#chat-language: xxx
|
||||||
|
|
||||||
|
@ -301,3 +301,12 @@
|
||||||
|
|
||||||
## Enable/disable suggesting shell commands (default: True)
|
## Enable/disable suggesting shell commands (default: True)
|
||||||
#suggest-shell-commands: true
|
#suggest-shell-commands: true
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Voice Settings:
|
||||||
|
|
||||||
|
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
||||||
|
#voice-format: wav
|
||||||
|
|
||||||
|
## Specify the language for voice using ISO 639-1 code (default: auto)
|
||||||
|
#voice-language: en
|
||||||
|
|
|
@ -93,11 +93,14 @@
|
||||||
## Only work with models that have meta-data available (default: True)
|
## Only work with models that have meta-data available (default: True)
|
||||||
#AIDER_SHOW_MODEL_WARNINGS=true
|
#AIDER_SHOW_MODEL_WARNINGS=true
|
||||||
|
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||||
#AIDER_MAP_TOKENS=
|
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
||||||
|
|
||||||
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
## Specify the .env file to load (default: .env in git root)
|
||||||
#AIDER_MAP_REFRESH=auto
|
#AIDER_ENV_FILE=.env
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Cache Settings:
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
#AIDER_CACHE_PROMPTS=false
|
#AIDER_CACHE_PROMPTS=false
|
||||||
|
@ -105,15 +108,18 @@
|
||||||
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
||||||
#AIDER_CACHE_KEEPALIVE_PINGS=false
|
#AIDER_CACHE_KEEPALIVE_PINGS=false
|
||||||
|
|
||||||
|
###################
|
||||||
|
# Repomap Settings:
|
||||||
|
|
||||||
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
|
#AIDER_MAP_TOKENS=
|
||||||
|
|
||||||
|
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
||||||
|
#AIDER_MAP_REFRESH=auto
|
||||||
|
|
||||||
## Multiplier for map tokens when no files are specified (default: 2)
|
## Multiplier for map tokens when no files are specified (default: 2)
|
||||||
#AIDER_MAP_MULTIPLIER_NO_FILES=true
|
#AIDER_MAP_MULTIPLIER_NO_FILES=true
|
||||||
|
|
||||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
|
||||||
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
|
||||||
|
|
||||||
## Specify the .env file to load (default: .env in git root)
|
|
||||||
#AIDER_ENV_FILE=.env
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# History Files:
|
# History Files:
|
||||||
|
|
||||||
|
@ -240,12 +246,6 @@
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#AIDER_VIM=false
|
#AIDER_VIM=false
|
||||||
|
|
||||||
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
|
||||||
#AIDER_VOICE_FORMAT=wav
|
|
||||||
|
|
||||||
## Specify the language for voice using ISO 639-1 code (default: auto)
|
|
||||||
#AIDER_VOICE_LANGUAGE=en
|
|
||||||
|
|
||||||
## Specify the language to use in the chat (default: None, uses system settings)
|
## Specify the language to use in the chat (default: None, uses system settings)
|
||||||
#AIDER_CHAT_LANGUAGE=
|
#AIDER_CHAT_LANGUAGE=
|
||||||
|
|
||||||
|
@ -293,3 +293,12 @@
|
||||||
|
|
||||||
## Enable/disable suggesting shell commands (default: True)
|
## Enable/disable suggesting shell commands (default: True)
|
||||||
#AIDER_SUGGEST_SHELL_COMMANDS=true
|
#AIDER_SUGGEST_SHELL_COMMANDS=true
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Voice Settings:
|
||||||
|
|
||||||
|
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
||||||
|
#AIDER_VOICE_FORMAT=wav
|
||||||
|
|
||||||
|
## Specify the language for voice using ISO 639-1 code (default: auto)
|
||||||
|
#AIDER_VOICE_LANGUAGE=en
|
||||||
|
|
|
@ -137,11 +137,14 @@ cog.outl("```")
|
||||||
## Only work with models that have meta-data available (default: True)
|
## Only work with models that have meta-data available (default: True)
|
||||||
#show-model-warnings: true
|
#show-model-warnings: true
|
||||||
|
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||||
#map-tokens: xxx
|
#max-chat-history-tokens: xxx
|
||||||
|
|
||||||
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
## Specify the .env file to load (default: .env in git root)
|
||||||
#map-refresh: auto
|
#env-file: .env
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Cache Settings:
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
#cache-prompts: false
|
#cache-prompts: false
|
||||||
|
@ -149,15 +152,18 @@ cog.outl("```")
|
||||||
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
||||||
#cache-keepalive-pings: false
|
#cache-keepalive-pings: false
|
||||||
|
|
||||||
|
###################
|
||||||
|
# Repomap Settings:
|
||||||
|
|
||||||
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
|
#map-tokens: xxx
|
||||||
|
|
||||||
|
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
||||||
|
#map-refresh: auto
|
||||||
|
|
||||||
## Multiplier for map tokens when no files are specified (default: 2)
|
## Multiplier for map tokens when no files are specified (default: 2)
|
||||||
#map-multiplier-no-files: true
|
#map-multiplier-no-files: true
|
||||||
|
|
||||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
|
||||||
#max-chat-history-tokens: xxx
|
|
||||||
|
|
||||||
## Specify the .env file to load (default: .env in git root)
|
|
||||||
#env-file: .env
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# History Files:
|
# History Files:
|
||||||
|
|
||||||
|
@ -290,12 +296,6 @@ cog.outl("```")
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#vim: false
|
#vim: false
|
||||||
|
|
||||||
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
|
||||||
#voice-format: wav
|
|
||||||
|
|
||||||
## Specify the language for voice using ISO 639-1 code (default: auto)
|
|
||||||
#voice-language: en
|
|
||||||
|
|
||||||
## Specify the language to use in the chat (default: None, uses system settings)
|
## Specify the language to use in the chat (default: None, uses system settings)
|
||||||
#chat-language: xxx
|
#chat-language: xxx
|
||||||
|
|
||||||
|
@ -349,5 +349,14 @@ cog.outl("```")
|
||||||
|
|
||||||
## Enable/disable suggesting shell commands (default: True)
|
## Enable/disable suggesting shell commands (default: True)
|
||||||
#suggest-shell-commands: true
|
#suggest-shell-commands: true
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Voice Settings:
|
||||||
|
|
||||||
|
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
||||||
|
#voice-format: wav
|
||||||
|
|
||||||
|
## Specify the language for voice using ISO 639-1 code (default: auto)
|
||||||
|
#voice-language: en
|
||||||
```
|
```
|
||||||
<!--[[[end]]]-->
|
<!--[[[end]]]-->
|
||||||
|
|
|
@ -135,11 +135,14 @@ cog.outl("```")
|
||||||
## Only work with models that have meta-data available (default: True)
|
## Only work with models that have meta-data available (default: True)
|
||||||
#AIDER_SHOW_MODEL_WARNINGS=true
|
#AIDER_SHOW_MODEL_WARNINGS=true
|
||||||
|
|
||||||
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||||
#AIDER_MAP_TOKENS=
|
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
||||||
|
|
||||||
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
## Specify the .env file to load (default: .env in git root)
|
||||||
#AIDER_MAP_REFRESH=auto
|
#AIDER_ENV_FILE=.env
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Cache Settings:
|
||||||
|
|
||||||
## Enable caching of prompts (default: False)
|
## Enable caching of prompts (default: False)
|
||||||
#AIDER_CACHE_PROMPTS=false
|
#AIDER_CACHE_PROMPTS=false
|
||||||
|
@ -147,15 +150,18 @@ cog.outl("```")
|
||||||
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
## Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
||||||
#AIDER_CACHE_KEEPALIVE_PINGS=false
|
#AIDER_CACHE_KEEPALIVE_PINGS=false
|
||||||
|
|
||||||
|
###################
|
||||||
|
# Repomap Settings:
|
||||||
|
|
||||||
|
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
|
#AIDER_MAP_TOKENS=
|
||||||
|
|
||||||
|
## Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
||||||
|
#AIDER_MAP_REFRESH=auto
|
||||||
|
|
||||||
## Multiplier for map tokens when no files are specified (default: 2)
|
## Multiplier for map tokens when no files are specified (default: 2)
|
||||||
#AIDER_MAP_MULTIPLIER_NO_FILES=true
|
#AIDER_MAP_MULTIPLIER_NO_FILES=true
|
||||||
|
|
||||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
|
||||||
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
|
||||||
|
|
||||||
## Specify the .env file to load (default: .env in git root)
|
|
||||||
#AIDER_ENV_FILE=.env
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# History Files:
|
# History Files:
|
||||||
|
|
||||||
|
@ -282,12 +288,6 @@ cog.outl("```")
|
||||||
## Use VI editing mode in the terminal (default: False)
|
## Use VI editing mode in the terminal (default: False)
|
||||||
#AIDER_VIM=false
|
#AIDER_VIM=false
|
||||||
|
|
||||||
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
|
||||||
#AIDER_VOICE_FORMAT=wav
|
|
||||||
|
|
||||||
## Specify the language for voice using ISO 639-1 code (default: auto)
|
|
||||||
#AIDER_VOICE_LANGUAGE=en
|
|
||||||
|
|
||||||
## Specify the language to use in the chat (default: None, uses system settings)
|
## Specify the language to use in the chat (default: None, uses system settings)
|
||||||
#AIDER_CHAT_LANGUAGE=
|
#AIDER_CHAT_LANGUAGE=
|
||||||
|
|
||||||
|
@ -335,6 +335,15 @@ cog.outl("```")
|
||||||
|
|
||||||
## Enable/disable suggesting shell commands (default: True)
|
## Enable/disable suggesting shell commands (default: True)
|
||||||
#AIDER_SUGGEST_SHELL_COMMANDS=true
|
#AIDER_SUGGEST_SHELL_COMMANDS=true
|
||||||
|
|
||||||
|
#################
|
||||||
|
# Voice Settings:
|
||||||
|
|
||||||
|
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
||||||
|
#AIDER_VOICE_FORMAT=wav
|
||||||
|
|
||||||
|
## Specify the language for voice using ISO 639-1 code (default: auto)
|
||||||
|
#AIDER_VOICE_LANGUAGE=en
|
||||||
```
|
```
|
||||||
<!--[[[end]]]-->
|
<!--[[[end]]]-->
|
||||||
|
|
||||||
|
|
|
@ -35,10 +35,10 @@ usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
|
||||||
[--verify-ssl | --no-verify-ssl] [--edit-format]
|
[--verify-ssl | --no-verify-ssl] [--edit-format]
|
||||||
[--weak-model]
|
[--weak-model]
|
||||||
[--show-model-warnings | --no-show-model-warnings]
|
[--show-model-warnings | --no-show-model-warnings]
|
||||||
[--map-tokens] [--map-refresh]
|
|
||||||
[--cache-prompts | --no-cache-prompts]
|
|
||||||
[--cache-keepalive-pings] [--map-multiplier-no-files]
|
|
||||||
[--max-chat-history-tokens] [--env-file]
|
[--max-chat-history-tokens] [--env-file]
|
||||||
|
[--cache-prompts | --no-cache-prompts]
|
||||||
|
[--cache-keepalive-pings] [--map-tokens]
|
||||||
|
[--map-refresh] [--map-multiplier-no-files]
|
||||||
[--input-history-file] [--chat-history-file]
|
[--input-history-file] [--chat-history-file]
|
||||||
[--restore-chat-history | --no-restore-chat-history]
|
[--restore-chat-history | --no-restore-chat-history]
|
||||||
[--llm-history-file] [--dark-mode] [--light-mode]
|
[--llm-history-file] [--dark-mode] [--light-mode]
|
||||||
|
@ -57,14 +57,14 @@ usage: aider [-h] [--openai-api-key] [--anthropic-api-key] [--model]
|
||||||
[--commit] [--commit-prompt] [--dry-run | --no-dry-run]
|
[--commit] [--commit-prompt] [--dry-run | --no-dry-run]
|
||||||
[--lint] [--lint-cmd] [--auto-lint | --no-auto-lint]
|
[--lint] [--lint-cmd] [--auto-lint | --no-auto-lint]
|
||||||
[--test-cmd] [--auto-test | --no-auto-test] [--test]
|
[--test-cmd] [--auto-test | --no-auto-test] [--test]
|
||||||
[--file] [--read] [--vim] [--voice-format]
|
[--file] [--read] [--vim] [--chat-language] [--version]
|
||||||
[--voice-language] [--chat-language] [--version]
|
|
||||||
[--just-check-update]
|
[--just-check-update]
|
||||||
[--check-update | --no-check-update]
|
[--check-update | --no-check-update]
|
||||||
[--install-main-branch] [--upgrade] [--apply] [--yes]
|
[--install-main-branch] [--upgrade] [--apply] [--yes]
|
||||||
[-v] [--show-repo-map] [--show-prompts] [--exit]
|
[-v] [--show-repo-map] [--show-prompts] [--exit]
|
||||||
[--message] [--message-file] [--encoding] [-c] [--gui]
|
[--message] [--message-file] [--encoding] [-c] [--gui]
|
||||||
[--suggest-shell-commands | --no-suggest-shell-commands]
|
[--suggest-shell-commands | --no-suggest-shell-commands]
|
||||||
|
[--voice-format] [--voice-language]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -196,14 +196,16 @@ Aliases:
|
||||||
- `--show-model-warnings`
|
- `--show-model-warnings`
|
||||||
- `--no-show-model-warnings`
|
- `--no-show-model-warnings`
|
||||||
|
|
||||||
### `--map-tokens VALUE`
|
### `--max-chat-history-tokens VALUE`
|
||||||
Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||||
Environment variable: `AIDER_MAP_TOKENS`
|
Environment variable: `AIDER_MAX_CHAT_HISTORY_TOKENS`
|
||||||
|
|
||||||
### `--map-refresh VALUE`
|
### `--env-file ENV_FILE`
|
||||||
Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
Specify the .env file to load (default: .env in git root)
|
||||||
Default: auto
|
Default: .env
|
||||||
Environment variable: `AIDER_MAP_REFRESH`
|
Environment variable: `AIDER_ENV_FILE`
|
||||||
|
|
||||||
|
## Cache Settings:
|
||||||
|
|
||||||
### `--cache-prompts`
|
### `--cache-prompts`
|
||||||
Enable caching of prompts (default: False)
|
Enable caching of prompts (default: False)
|
||||||
|
@ -218,20 +220,22 @@ Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
|
||||||
Default: 0
|
Default: 0
|
||||||
Environment variable: `AIDER_CACHE_KEEPALIVE_PINGS`
|
Environment variable: `AIDER_CACHE_KEEPALIVE_PINGS`
|
||||||
|
|
||||||
|
## Repomap Settings:
|
||||||
|
|
||||||
|
### `--map-tokens VALUE`
|
||||||
|
Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||||
|
Environment variable: `AIDER_MAP_TOKENS`
|
||||||
|
|
||||||
|
### `--map-refresh VALUE`
|
||||||
|
Control how often the repo map is refreshed. Options: auto, always, files, manual (default: auto)
|
||||||
|
Default: auto
|
||||||
|
Environment variable: `AIDER_MAP_REFRESH`
|
||||||
|
|
||||||
### `--map-multiplier-no-files VALUE`
|
### `--map-multiplier-no-files VALUE`
|
||||||
Multiplier for map tokens when no files are specified (default: 2)
|
Multiplier for map tokens when no files are specified (default: 2)
|
||||||
Default: 2
|
Default: 2
|
||||||
Environment variable: `AIDER_MAP_MULTIPLIER_NO_FILES`
|
Environment variable: `AIDER_MAP_MULTIPLIER_NO_FILES`
|
||||||
|
|
||||||
### `--max-chat-history-tokens VALUE`
|
|
||||||
Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
|
||||||
Environment variable: `AIDER_MAX_CHAT_HISTORY_TOKENS`
|
|
||||||
|
|
||||||
### `--env-file ENV_FILE`
|
|
||||||
Specify the .env file to load (default: .env in git root)
|
|
||||||
Default: .env
|
|
||||||
Environment variable: `AIDER_ENV_FILE`
|
|
||||||
|
|
||||||
## History Files:
|
## History Files:
|
||||||
|
|
||||||
### `--input-history-file INPUT_HISTORY_FILE`
|
### `--input-history-file INPUT_HISTORY_FILE`
|
||||||
|
@ -464,16 +468,6 @@ Use VI editing mode in the terminal (default: False)
|
||||||
Default: False
|
Default: False
|
||||||
Environment variable: `AIDER_VIM`
|
Environment variable: `AIDER_VIM`
|
||||||
|
|
||||||
### `--voice-format VOICE_FORMAT`
|
|
||||||
Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
|
||||||
Default: wav
|
|
||||||
Environment variable: `AIDER_VOICE_FORMAT`
|
|
||||||
|
|
||||||
### `--voice-language VOICE_LANGUAGE`
|
|
||||||
Specify the language for voice using ISO 639-1 code (default: auto)
|
|
||||||
Default: en
|
|
||||||
Environment variable: `AIDER_VOICE_LANGUAGE`
|
|
||||||
|
|
||||||
### `--chat-language CHAT_LANGUAGE`
|
### `--chat-language CHAT_LANGUAGE`
|
||||||
Specify the language to use in the chat (default: None, uses system settings)
|
Specify the language to use in the chat (default: None, uses system settings)
|
||||||
Environment variable: `AIDER_CHAT_LANGUAGE`
|
Environment variable: `AIDER_CHAT_LANGUAGE`
|
||||||
|
@ -579,4 +573,16 @@ Environment variable: `AIDER_SUGGEST_SHELL_COMMANDS`
|
||||||
Aliases:
|
Aliases:
|
||||||
- `--suggest-shell-commands`
|
- `--suggest-shell-commands`
|
||||||
- `--no-suggest-shell-commands`
|
- `--no-suggest-shell-commands`
|
||||||
|
|
||||||
|
## Voice Settings:
|
||||||
|
|
||||||
|
### `--voice-format VOICE_FORMAT`
|
||||||
|
Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
|
||||||
|
Default: wav
|
||||||
|
Environment variable: `AIDER_VOICE_FORMAT`
|
||||||
|
|
||||||
|
### `--voice-language VOICE_LANGUAGE`
|
||||||
|
Specify the language for voice using ISO 639-1 code (default: auto)
|
||||||
|
Default: en
|
||||||
|
Environment variable: `AIDER_VOICE_LANGUAGE`
|
||||||
<!--[[[end]]]-->
|
<!--[[[end]]]-->
|
||||||
|
|
|
@ -3,16 +3,19 @@ parent: Troubleshooting
|
||||||
nav_order: 28
|
nav_order: 28
|
||||||
---
|
---
|
||||||
|
|
||||||
# Import errors
|
# Dependency versions
|
||||||
|
|
||||||
Aider expects to be installed via `pip` or `pipx`, which will install
|
Aider expects to be installed via `pip` or `pipx`, which will install
|
||||||
all of its required dependencies.
|
correct versions of all of its required dependencies.
|
||||||
If aider reports `ImportErrors`, this probably means it has been installed
|
|
||||||
incorrectly.
|
If you've been linked to this doc from a GitHub issue,
|
||||||
|
or if aider is reporting `ImportErrors`
|
||||||
|
it is likely that your
|
||||||
|
aider install is using incorrect dependencies.
|
||||||
|
|
||||||
## Install with pipx
|
## Install with pipx
|
||||||
|
|
||||||
If you are having problems with import errors you should consider
|
If you are having dependency problems you should consider
|
||||||
[installing aider using pipx](/docs/install/pipx.html).
|
[installing aider using pipx](/docs/install/pipx.html).
|
||||||
This will ensure that aider is installed in its own python environment,
|
This will ensure that aider is installed in its own python environment,
|
||||||
with the correct set of dependencies.
|
with the correct set of dependencies.
|
||||||
|
@ -21,9 +24,11 @@ with the correct set of dependencies.
|
||||||
|
|
||||||
Package managers often install aider with the wrong dependencies, leading
|
Package managers often install aider with the wrong dependencies, leading
|
||||||
to import errors and other problems.
|
to import errors and other problems.
|
||||||
It is not recommended to install aider with these tools.
|
The recommended way to
|
||||||
Instead, consider
|
install aider is with
|
||||||
[installing aider using pipx](/docs/install/pipx.html).
|
[pip](/docs/install/install.html)
|
||||||
|
or
|
||||||
|
[pipx](/docs/install/pipx.html).
|
||||||
|
|
||||||
## Dependency versions matter
|
## Dependency versions matter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue