Update blog

This commit is contained in:
Jake Runyan 2025-01-23 09:29:48 -08:00
parent 67f3a4d23b
commit 81ac3e7a86

View File

@ -46,6 +46,15 @@ Next we'll visit the plugin page, click on the settings wheel, and select Settin
## Usage
When writing code, after a space bar press and time waits, the LLM will be fed with the context and a suggestion will be given.
# Aider-composer
This plugin supposedly allows for composer like features (code diff that you can apply/reject).
## Setup
Certain python packages are required:
```
pip install aider-chat flask
```
## Resources
[Andrea Grandi's dive into this topic](https://www.andreagrandi.it/posts/self-hosting-copilot-replacement/)