diff --git a/.gitignore b/.gitignore index 846614ad1..15a85d8e2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build Gemfile.lock _site .jekyll-cache/ +.jekyll-metadata \ No newline at end of file diff --git a/website/_includes/help.md b/website/_includes/help.md new file mode 100644 index 000000000..faa3b2cd6 --- /dev/null +++ b/website/_includes/help.md @@ -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 +``` diff --git a/website/docs/troubleshooting.md b/website/docs/troubleshooting.md index 72d48981b..39aaa1668 100644 --- a/website/docs/troubleshooting.md +++ b/website/docs/troubleshooting.md @@ -6,22 +6,5 @@ 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 -``` +{% include help.md %} diff --git a/website/docs/troubleshooting/edit-errors.md b/website/docs/troubleshooting/edit-errors.md index e44d4eb5e..27e864eee 100644 --- a/website/docs/troubleshooting/edit-errors.md +++ b/website/docs/troubleshooting/edit-errors.md @@ -32,7 +32,7 @@ so editing errors should be expected. ## 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 cofuses the model. diff --git a/website/docs/troubleshooting/warnings.md b/website/docs/troubleshooting/warnings.md index f8e0f6483..d41d73a7b 100644 --- a/website/docs/troubleshooting/warnings.md +++ b/website/docs/troubleshooting/warnings.md @@ -1,6 +1,6 @@ --- parent: Troubleshooting -nav_order: 900 +nav_order: 20 --- # Model warnings