LLMUnity
LLMUnity copied to clipboard
Create characters in Unity with LLMs!
Purpose of this features is to add support of LLMUnity for Android Issues: - llamafile does not support Android, the llama.cpp server binary will need to be separately compiled -...
### Describe the feature Saving the chat log for the AI to remember in the future what conversation it had with the user.
llama.cpp allows to store the conversation along with the processed tokens to disk so that the interaction can be resumed at the next run. Purpose of this feature is to...
### Describe the bug Hi! can't run on Mac. When run Unity chat scene looks like can't connect to server. ### Steps to reproduce _No response_ ### LLMUnity version _No...
### Describe the feature Hi! Is this supported on iOS/VisionOS?
### Describe the feature Hi, I wonder if it is possible to add custom tools to the LLM to make it do something like, create a new cube in the...
### Describe the feature hello. llamafile seems to have image input functions such as jpg/png/gif/bmp. Example) llamafile -ngl 9999 --temp 0 \ --image ~/Pictures/lemurs.jpg \ -m llava-v1.5-7b-Q4_K.gguf \ --mmproj llava-v1.5-7b-mmproj-Q4_0.gguf...
### Describe the feature Currently, if the server does not start, you only produce a Debug.LogError(). That's fine for developing purposes, but if this happens on a customer machine, the...