LlamaKit
Delphi wrappers and compiled Windows DLLs for local LLM inference and embeddings via llama.cpp
File Explorer
- ggml-base.dll
- ggml-cpu-alderlake.dll
- ggml-cpu-cannonlake.dll
- ggml-cpu-cascadelake.dll
- ggml-cpu-cooperlake.dll
- ggml-cpu-haswell.dll
- ggml-cpu-icelake.dll
- ggml-cpu-ivybridge.dll
- ggml-cpu-piledriver.dll
- ggml-cpu-sandybridge.dll
- ggml-cpu-sapphirerapids.dll
- ggml-cpu-skylakex.dll
- ggml-cpu-sse42.dll
- ggml-cpu-x64.dll
- ggml-cpu-zen4.dll
- ggml.dll
- llama.dll
- makerai.embedder.dll
- makerai.gen.dll
- uMakerAi.Embeddings.Llamacpp.pas
- uMakerAi.Config.pas
- uMakerAi.Embedder.Import.pas
- uMakerAi.ErrorCodes.pas
- uMakerAi.Gen.Import.pas
- embeddings_example.dpr
- embeddings_example.dproj
- generation_example.dpr
- generation_example.dproj
- .gitignore
- llamakit.ini
- README.md
- .gitignore
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
Write
View Details ▼
Write
Write data to memory.
write memory
Write current configuration to memory:
write {{username}} {{terminal_id}}
Send a message to a given user on a given terminal ID:
write {{username}} {{terminal_id}}
Send a message to a given user on a given terminal ID:
ollama
View Details ▼
ollama
A large language model runner.
For a list of available models, see <https://ollama.com/library>.
ollama serve
Start the daemon required to run other commands:
ollama run {{model}}
Run a model and chat with it (will automatically download the model if it's not downloaded):
ollama run {{model}} --think=false "{{prompt}}"
Run a model with a single prompt and thinking turned off:
