diff --git a/website/docs/troubleshooting/edit-errors.md b/website/docs/troubleshooting/edit-errors.md index e5b35bc3d..7c7a4a359 100644 --- a/website/docs/troubleshooting/edit-errors.md +++ b/website/docs/troubleshooting/edit-errors.md @@ -40,3 +40,7 @@ cofuses the model. Aider also sends the LLM a [map of your entire git repo](https://aider.chat/docs/repomap.html), so other relevant code will be included automatically. - Use `/drop` to remove files from the chat session which aren't needed for the task at hand. This will reduce distractions and may help GPT produce properly formatted edits. - Use `/clear` to remove the conversation history, again to help GPT focus. + +## More help + +{% include help.md %} diff --git a/website/docs/troubleshooting/warnings.md b/website/docs/troubleshooting/warnings.md index a1c4b2f36..a6adf2cca 100644 --- a/website/docs/troubleshooting/warnings.md +++ b/website/docs/troubleshooting/warnings.md @@ -7,3 +7,6 @@ nav_order: 20 {% include model-warnings.md %} +## More help + +{% include help.md %}