OpenAutoCoder / Agentless

Agentless🐱: an agentless approach to automatically solve software development problems
MIT License
682 stars 80 forks source link

feat: Support for OpenAI API compatible models #15

Closed sorendunn closed 2 months ago

sorendunn commented 2 months ago

Adds various functionality for supporting other OpenAI compatible models: allows running localization and repair over multiple threads (which is very useful for slower AI services), resuming localization if it gets interrupted, reducing context length when it would overflow the context window, separate logging files for each instance to make log files more readable, ect.