From 81ac3e7a86c8f89916bbc339aa7870537c0a5784 Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Thu, 23 Jan 2025 09:29:48 -0800 Subject: [PATCH] Update blog --- website/blog/2024-12-30-copilot-with-ollama/index.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/blog/2024-12-30-copilot-with-ollama/index.mdx b/website/blog/2024-12-30-copilot-with-ollama/index.mdx index 83173fe..0a4cfe3 100644 --- a/website/blog/2024-12-30-copilot-with-ollama/index.mdx +++ b/website/blog/2024-12-30-copilot-with-ollama/index.mdx @@ -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/)