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

**Description:** First of all, thank you for this excellent library! It has been very helpful. I am currently trying to implement a "download on demand" feature where the model is...

enhancement

### Describe the bug When building for Mac- the llm does not work in the build as the .gguf file is not copied into the build- the StreamingAssets folder is...

bug

### Describe the feature Is there a function that supports dynamic text generation of images?

enhancement

### Describe the bug I found error when using `embeddinggemma-300M-Q8_0.gguf` as RAG. My assumption is that the system is recognizing this model as `"embeddingOnly": false`. Unity version: 6000.0.58f2 ### Steps...

bug

### Describe the bug I'm unsure why this occurs, as it is inconsistent (I suspect some threading bs). My code is already structured to make no more than one request...

bug

### Describe the bug I've been experimenting with other models other than the ones that this asset lists out by default and have run into a huge number that can't...

bug

### Describe the bug Library\PackageCache\ai.undream.llm@891497bf8a\Runtime\LLMLib.cs(168,169): error CS0117: 'RuntimePlatform' does not contain a definition for 'VisionOS' ### Steps to reproduce Open a new Project, and add the project via GIT URL...

bug

### Describe the bug Tried architecture: cuda-cu12.2.0, error: LLM 11: Severe error occured UnityEngine.Debug:Log (object) LLMUnity.LLMUnitySetup:Log (string) (at ./Library/PackageCache/ai.undream.llm/Runtime/LLMUnitySetup.cs:188) LLMUnity.LLM:StartLLMServer (string) (at ./Library/PackageCache/ai.undream.llm/Runtime/LLM.cs:508) LLMUnity.LLM/c__DisplayClass56_0:b__0 () (at ./Library/PackageCache/ai.undream.llm/Runtime/LLM.cs:145) System.Threading._ThreadPoolWaitCallback:PerformWaitCallback () Using...

bug

### Describe the bug Assigning a value to logitBias in LLMCharacter has no effect. After reviewing the code it seems the feature is not implemented internally. ### Steps to reproduce...

bug