![]() |
LLM for Unity
v3.0.1
Create characters in Unity with LLMs!
|
Classes | |
| class | LLMUnity.LLM |
| Unity MonoBehaviour component that manages a local LLM server instance. Handles model loading, GPU acceleration, LORA adapters, and provides completion, tokenization, and embedding functionality. More... | |
| class | LLMUnity.LLMAgent |
| Unity MonoBehaviour that implements a conversational AI agent with persistent chat history. Extends LLMClient to provide chat-specific functionality including role management, conversation history persistence, and specialized chat completion methods. More... | |
| class | LLMUnity.LLMClient |
| Unity MonoBehaviour base class for LLM client functionality. Handles both local and remote LLM connections, completion parameters, and provides tokenization, completion, and embedding capabilities. More... | |
| class | LLMUnity.LLMEmbedder |
| Class implementing the LLM embedder. More... | |