mrtrizer/UnityLlamaCpp
Llama.cpp in Unity, straightforward and clean
This project helps Unity3D game developers or application builders integrate local AI large language models (LLMs) directly into their Unity projects. You can take a specialized LLM, such as a GGUF model, and embed it into your game or application to generate text responses to user prompts. This is ideal for creators looking to add AI-driven conversational agents or dynamic text generation within their Unity experiences.
No commits in the last 6 months.
Use this if you are a Unity developer who wants to embed a pre-trained, local large language model directly into your game or application without relying on external cloud services.
Not ideal if you need support for the latest llama.cpp features or a fully maintained solution, as this project is semi-abandoned and points to an actively supported alternative.
Stars
19
Forks
2
Language
C#
License
—
Category
Last pushed
May 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/mrtrizer/UnityLlamaCpp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ludwig-ai/ludwig
Low-code framework for building custom LLMs, neural networks, and other AI models
withcatai/node-llama-cpp
Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema...
mudler/LocalAI
:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and...
zhudotexe/kani
kani (カニ) is a highly hackable microframework for tool-calling language models. (NLP-OSS @ EMNLP 2023)
SciSharp/LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.