LLMUnity
LLMUnity copied to clipboard
Create characters in Unity with LLMs!
### Describe the bug When removing the LLM component while it's downloading a model it will continue to download it. When adding it back while it's still downloading in the...
### Describe the bug When using the Phi 2 model and standard settings of the LLM model everything works fine. However, when I increase the `Num GPU Layers` It gets...
Fix spelling and improve readability of the README.md file.
### Describe the feature LLM for Unity uses the llamafile server for the LLM functionality. This approach can't be used for mobile integrations due to security limitations. Purpose of this...
### Describe the feature As of now, you can chat by using only the LLM component. If you want to use multiple characters, you need to add LLMClient components. This...
### Describe the feature I think that adding DontDestroyOnLoad to the LLM component makes a lot of sense. The LLM component behaves like a manager, and most managers persist throughout...
### Describe the feature I made a few features I am going to open source during the week for LLMUnity under the name *Project Replicant*, this includes - A system...
Test if the Process works for Windows IL2CPP: https://forum.unity.com/threads/solved-il2cpp-and-process-start.533988/ otherwise implement a specific solution like: https://github.com/josh4364/IL2cppStartProcess/tree/master