mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
be0520f62f
commit
0882ae9982
5 changed files with 72 additions and 31 deletions
27
website/docs/troubleshooting.md
Normal file
27
website/docs/troubleshooting.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
nav_order: 60
|
||||
has_children: true
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
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:
|
||||
|
||||
- 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue