mirror of
https://github.com/runyanjake/jake.runyan.dev.git
synced 2025-10-04 13:57:29 -07:00
Update blog
This commit is contained in:
parent
67f3a4d23b
commit
81ac3e7a86
@ -46,6 +46,15 @@ Next we'll visit the plugin page, click on the settings wheel, and select Settin
|
|||||||
## Usage
|
## 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.
|
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
|
## Resources
|
||||||
|
|
||||||
[Andrea Grandi's dive into this topic](https://www.andreagrandi.it/posts/self-hosting-copilot-replacement/)
|
[Andrea Grandi's dive into this topic](https://www.andreagrandi.it/posts/self-hosting-copilot-replacement/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user