mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
0882ae9982
commit
74e51d5c31
5 changed files with 23 additions and 20 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ build
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
_site
|
_site
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
|
.jekyll-metadata
|
19
website/_includes/help.md
Normal file
19
website/_includes/help.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
If you need more help, please file a
|
||||||
|
[GitHub issue]()
|
||||||
|
or drop into our
|
||||||
|
[Discord]().
|
||||||
|
|
||||||
|
When reporting problems, it is very helpful if you can provide:
|
||||||
|
|
||||||
|
- Aider version
|
||||||
|
- LLM model you are using
|
||||||
|
|
||||||
|
The easiest way to do that is to copy the "announcement" lines that
|
||||||
|
aider prints when you run it:
|
||||||
|
|
||||||
|
```
|
||||||
|
Aider v0.37.1-dev
|
||||||
|
Models: gpt-4o with diff edit format, weak model gpt-3.5-turbo
|
||||||
|
Git repo: .git with 243 files
|
||||||
|
Repo-map: using 1024 tokens
|
||||||
|
```
|
|
@ -6,22 +6,5 @@ has_children: true
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
|
||||||
Below are some approaches for troubleshooting problems with aider.
|
Below are some approaches for troubleshooting problems with aider.
|
||||||
If you need more help, please file a
|
|
||||||
[GitHub issue]()
|
|
||||||
or drop into our
|
|
||||||
[Discord]().
|
|
||||||
|
|
||||||
When reporting problems, it is very helpful if you can provide:
|
{% include help.md %}
|
||||||
|
|
||||||
- Aider version
|
|
||||||
- LLM model you are using
|
|
||||||
|
|
||||||
The easiest way to do that is to copy the "announcement" lines that
|
|
||||||
aider prints when you run it:
|
|
||||||
|
|
||||||
```
|
|
||||||
Aider v0.37.1-dev
|
|
||||||
Models: gpt-4o with diff edit format, weak model gpt-3.5-turbo
|
|
||||||
Git repo: .git with 243 files
|
|
||||||
Repo-map: using 1024 tokens
|
|
||||||
```
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ so editing errors should be expected.
|
||||||
|
|
||||||
## Reduce distractions
|
## Reduce distractions
|
||||||
|
|
||||||
Many models now have very large context windows,
|
Many LLM now have very large context windows,
|
||||||
but filling them with irrelevant code often
|
but filling them with irrelevant code often
|
||||||
cofuses the model.
|
cofuses the model.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
parent: Troubleshooting
|
parent: Troubleshooting
|
||||||
nav_order: 900
|
nav_order: 20
|
||||||
---
|
---
|
||||||
|
|
||||||
# Model warnings
|
# Model warnings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue