style: Update settings section headings to use lowercase

This commit is contained in:
Paul Gauthier 2024-12-07 11:51:19 -08:00 committed by Paul Gauthier (aider)
parent 20042334ff
commit 5705bda818
7 changed files with 43 additions and 39 deletions

View file

@ -150,7 +150,7 @@ cog.outl("```")
# - zzz
#################
# Model Settings:
# Model settings:
## List known models which match the (partial) MODEL name
#list-models: xxx
@ -197,7 +197,7 @@ cog.outl("```")
#max-chat-history-tokens: xxx
#################
# Cache Settings:
# Cache settings:
## Enable caching of prompts (default: False)
#cache-prompts: false
@ -206,7 +206,7 @@ cog.outl("```")
#cache-keepalive-pings: false
###################
# Repomap Settings:
# Repomap settings:
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
#map-tokens: xxx
@ -233,7 +233,7 @@ cog.outl("```")
#llm-history-file: xxx
##################
# Output Settings:
# Output settings:
## Use colors suitable for a dark terminal background (default: False)
#dark-mode: false
@ -281,7 +281,7 @@ cog.outl("```")
#show-diffs: false
###############
# Git Settings:
# Git settings:
## Enable/disable looking for a git repo (default: True)
#git: true
@ -418,7 +418,7 @@ cog.outl("```")
#show-prompts: false
#################
# Voice Settings:
# Voice settings:
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
#voice-format: wav
@ -430,7 +430,7 @@ cog.outl("```")
#voice-input-device: xxx
#################
# Other Settings:
# Other settings:
## specify a file to edit (can be used multiple times)
#file: xxx

View file

@ -130,7 +130,7 @@ cog.outl("```")
#AIDER_API_KEY=
#################
# Model Settings:
# Model settings:
## List known models which match the (partial) MODEL name
#AIDER_LIST_MODELS=
@ -172,7 +172,7 @@ cog.outl("```")
#AIDER_MAX_CHAT_HISTORY_TOKENS=
#################
# Cache Settings:
# Cache settings:
## Enable caching of prompts (default: False)
#AIDER_CACHE_PROMPTS=false
@ -181,7 +181,7 @@ cog.outl("```")
#AIDER_CACHE_KEEPALIVE_PINGS=false
###################
# Repomap Settings:
# Repomap settings:
## Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
#AIDER_MAP_TOKENS=
@ -208,7 +208,7 @@ cog.outl("```")
#AIDER_LLM_HISTORY_FILE=
##################
# Output Settings:
# Output settings:
## Use colors suitable for a dark terminal background (default: False)
#AIDER_DARK_MODE=false
@ -256,7 +256,7 @@ cog.outl("```")
#AIDER_SHOW_DIFFS=false
###############
# Git Settings:
# Git settings:
## Enable/disable looking for a git repo (default: True)
#AIDER_GIT=true
@ -385,7 +385,7 @@ cog.outl("```")
#AIDER_SHOW_PROMPTS=false
#################
# Voice Settings:
# Voice settings:
## Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
#AIDER_VOICE_FORMAT=wav
@ -397,7 +397,7 @@ cog.outl("```")
#AIDER_VOICE_INPUT_DEVICE=
#################
# Other Settings:
# Other settings:
## specify a file to edit (can be used multiple times)
#AIDER_FILE=

View file

@ -14,7 +14,6 @@ or review them below.
{:toc}
## LLM keys
{: .no_toc }
{% include special-keys.md %}
@ -189,7 +188,7 @@ Set an API key for a provider (eg: --api-key provider=<key> sets PROVIDER_API_KE
Default: []
Environment variable: `AIDER_API_KEY`
## Model Settings:
## Model settings:
### `--list-models MODEL`
List known models which match the (partial) MODEL name
@ -259,7 +258,7 @@ Aliases:
Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.
Environment variable: `AIDER_MAX_CHAT_HISTORY_TOKENS`
## Cache Settings:
## Cache settings:
### `--cache-prompts`
Enable caching of prompts (default: False)
@ -274,7 +273,7 @@ Number of times to ping at 5min intervals to keep prompt cache warm (default: 0)
Default: 0
Environment variable: `AIDER_CACHE_KEEPALIVE_PINGS`
## Repomap Settings:
## Repomap settings:
### `--map-tokens VALUE`
Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)
@ -314,7 +313,7 @@ Aliases:
Log the conversation with the LLM to this file (for example, .aider.llm.history)
Environment variable: `AIDER_LLM_HISTORY_FILE`
## Output Settings:
## Output settings:
### `--dark-mode`
Use colors suitable for a dark terminal background (default: False)
@ -392,7 +391,7 @@ Show diffs when committing changes (default: False)
Default: False
Environment variable: `AIDER_SHOW_DIFFS`
## Git Settings:
## Git settings:
### `--git`
Enable/disable looking for a git repo (default: True)
@ -651,7 +650,7 @@ Print the system prompts and exit (debug)
Default: False
Environment variable: `AIDER_SHOW_PROMPTS`
## Voice Settings:
## Voice settings:
### `--voice-format VOICE_FORMAT`
Audio format for voice recording (default: wav). webm and mp3 require ffmpeg
@ -667,7 +666,7 @@ Environment variable: `AIDER_VOICE_LANGUAGE`
Specify the input device name for voice recording
Environment variable: `AIDER_VOICE_INPUT_DEVICE`
## Other Settings:
## Other settings:
### `--file FILE`
specify a file to edit (can be used multiple times)