llama.cs
Vadim Andriyanov
$15.00
Date |
Price |
---|---|
日期和时间 |
价钱($) |
01/31(2024) |
15.0 |
11/06(2024) |
15.0 |
Jump AssetStore
llama.cs is a simple implementation of an LLM Chat built on top of llama.cs, the C# binding for llama.cpp. It includes llama.cs, high-level APIs like LLM, LLMHost, and a Chat UI.This asset serves as an excellent starting point for exploring and utilizing Large Language Models (LLMs) within the Unity environment. It comes equipped with the llama.cs binding, precompiled binaries for Windows (instructions for compiling binaries on other platforms, available in the orginal llama.cpp repository), and a straightforward and simplistic user interface. Whether you are a developer looking to integrate LLMs into your Unity projects or an enthusiast eager to experiment with language models, this asset provides the essential tools.IMPORTANT: Ensure that you are comfortable with https://github.com/ggerganov/llama.cppGPT 4 integration example:https://github.com/Battlehub0x/OpenAI-Unity?tab=readme-ov-file#importing-the-packageDocumentation | Telegram | llama.cpp repositoryFeatures:♥ Single-file llama.cs: The C# binding for llama.cpp♥ High-level LLM wrapper implementation♥ Optimized Chat UI with Virtualized Scroll View♥ Open AI GPT 4 integration