smol-ai/developer

Option to use alternatives to Openai

apcameron opened this issue · 6 comments

I am trying to use alternatives to openai
One alternative is to use https://github.com/go-skynet/LocalAI
Another is to use llama.cpp with the python API plugin which I have partially working. I just need to find a good model to use to generate code.

It would be nice to have official support for alternative locally housed alternatives

I would like to see an option to choose other local models for noobs like me.

Dr-42 commented

Any progress on this yet? Or if someone has forked and implemented it that would be great too.

shusso commented

@apcameron I wonder would StarCoder be a good model
https://huggingface.co/bigcode/starcoder#intended-use

@shusso It may be but I do not have enough RAM to try that model on my local computers.