Adriankhl / godot-llm

LLM in Godot
MIT License
124 stars 6 forks source link

GPT4All? #3

Closed JekSun97 closed 5 months ago

JekSun97 commented 5 months ago

Are you considering adding models like GPT4All?

As far as I understand, it is similar to a llama, with the exception that the behavior of the model and its response patterns can be customized, it also works locally.

Adriankhl commented 5 months ago

😄 Actually, I didn't have time to look into this yet, but I believe GPT4All is a spin-off from llama.cpp which offer the similar features. I will consider other types of backend after completing llama.cpp embedding and llava features (which is pretty soon!)