stitionai / devika

Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective. Devika aims to be a competitive open-source alternative to Devin by Cognition AI.
MIT License
17.85k stars 2.32k forks source link

Support to run entirely locally with LocalAI #204

Open mudler opened 3 months ago

mudler commented 3 months ago

First of all - thank you for your hard work, from a maintainer to a maintainer, I think projects like this should exist - so I'm happy to see the community to step up!

I'd like to use devika, but I want to use it 100% Local, for instance with LocalAI ( https://github.com/mudler/LocalAI ) which is an OpenAI free alternative.

Some context:

I'm the author of LocalAI, I can likely help in anything you need from the backend to make this working properly.

shrinivaspatwardhan commented 3 months ago

That's interesting, I am willing to contribute as well.

obliviousz commented 3 months ago

Hi I am new to this(open source on AI), but isn't using Ollama for llama2 an offline/local procedure?

Thanks!

shrinivaspatwardhan commented 3 months ago

that's correct. infact a similar project is OpenDevin that's an open-source version of Devin that i came across today

franklinselva commented 3 months ago

@shrinivaspatwardhan Would you be willing to take it as a integration of LocalAI into Devika?