mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
Added tips
This commit is contained in:
parent
9ab36b565d
commit
cd81e967f3
11 changed files with 52 additions and 9 deletions
6
aider/website/_includes/env-keys-tip.md
Normal file
6
aider/website/_includes/env-keys-tip.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
{: .tip }
|
||||
All API keys can be stored in a
|
||||
Use a [.env file](/docs/config/dotenv.html) to store API keys.
|
||||
OpenAI and Anthropic keys can be stored in the
|
||||
[YAML config file](/docs/config/aider_conf.html).
|
||||
|
4
aider/website/_includes/help-tip.md
Normal file
4
aider/website/_includes/help-tip.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
{: .tip }
|
||||
Use `/help <question>` to ask aider about itself.
|
||||
You can ask how to customize options or troubleshoot
|
||||
errors and warnings.
|
|
@ -5,8 +5,6 @@
|
|||
Model foobar: Unknown context window size and costs, using sane defaults.
|
||||
```
|
||||
|
||||
*You can probably ignore the unknown context window size and token costs warning.*
|
||||
|
||||
If you specify a model that aider has never heard of, you will get
|
||||
this warning.
|
||||
This means aider doesn't know the context window size and token costs
|
||||
|
@ -18,6 +16,9 @@ See the docs on
|
|||
[configuring advanced model settings](/docs/config/adv-model-settings.html)
|
||||
for details on how to remove this warning.
|
||||
|
||||
{: .tip }
|
||||
You can probably ignore the unknown context window size and token costs warning.
|
||||
|
||||
## Did you mean?
|
||||
|
||||
If aider isn't familiar with the model you've specified,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue