LLMUnity icon indicating copy to clipboard operation
LLMUnity copied to clipboard

Create characters in Unity with LLMs!

Results 36 LLMUnity issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

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...

enhancement

### 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...

enhancement

### 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...

enhancement

### Describe the feature Add support for Phi-3 and Llama-3

enhancement

### 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...

enhancement

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