mudler/LocalAI

upstream gpt4all bindings

mudler opened this issue · 4 comments

mudler commented

After having a discussion with gonzochess75 from gpt4all, seems there is interest in having golang bindings upstream!

This card is to track upstreaming our bindings (mainly the high-level additional functions to bind to the inference code) so we can just contribute all upstream, and anyone can also use gpt4all in their go programs!

mudler commented

bindings refactored to follow more closely upstream code: updated in LocalAI #142.

There is still something off that needs to be investigated - I had to build the example in the go-gpt4all-j repo first to build successfully.

mudler commented

there are still some issues with it - downgrading for now #149

mudler commented

Issues above fixed, for reference, PR in nomic-ai/gpt4all#534