Integration with Aider #130
ian-reay
started this conversation in
Integrations
Replies: 2 comments 2 replies
-
I have a feeling some tweaked prompts might be needed. The things you need to keep in context, how you can and can't summarize things, etc. are pretty different from natural language. Sure would love to see this though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Per the creator of Aider it is really difficult to get it to work with other LLMs and currently only works with gpt-3.5 due to consistency of responses. It seems improving memgpt support gpt-3.5 would be the most straightforward way to do this integration since Aider already has the tooling to use other APIs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Aider is a coding assistant ( https://github.com/paul-gauthier/aider ). It helps people write better code. But its built on a strategy where it takes universal c-tags and loads the tags ( your code's structure ) into the context window. As a result, it can only handle small applications. Applications with a few thousand lines of code ( which is many ) just cannot be handled by packing the system prompt with this much information.
I think there is huge opportunity for a solution like MemGPT to realistically help and nurture coding assistants to effectively work on large code bases.
Beta Was this translation helpful? Give feedback.
All reactions