LLMUnity icon indicating copy to clipboard operation
LLMUnity copied to clipboard

Create characters in Unity with LLMs!

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

### Describe the feature Can we have qwen2.5-omni voice model?:) https://qwenlm.github.io/blog/qwen2.5-omni/ If add it in,that's will be great!:)

enhancement

### Describe the feature Hi, will there be AI agent support or not?

enhancement

For llama 3.1 it says _Llama Guard 3 8B and Prompt Guard are included_ I wonder how this works? Automatically? Does it need to be activated or inferred against like...

### Describe the feature Hi, your unity bindings for Llama.cpp is great. I'm wondering is there any equivilant method in this SDK which I can use to calculate token score?...

enhancement

### Describe the feature When i ask for a response with stream option is on, seems like it will call string concat for every character generation, and if it's a...

enhancement

This PR introduces the initial integration of LLaVA models using the Ollama API. Key features include: Camera-based image capture and Base64 encoding for image transmission. Test script (OllamaTest.cs) to verify...

### Describe the bug I'm looking to build a RAG retrieval system on the universal windows platform, using a .gguf embedded model. The retrieval works fine in the unity editor,...

enhancement

### Describe the feature There could be a speed option in the LLMCharacter that, if set, it would wait a minimum time before calling the callback function. This could be...

enhancement

1. Modified to allow model downloads at runtime when includeInBuild is false. 2. Modified to enable loading grammar data in Android environments. 3. Modified file transfer paths during build (antivirus...