What is NobodyWho?
mainNobodyWho is a lightweight, open-source inference engine designed to run open-weights Large Language Models (LLMs) locally within your software. It is built on top of Llama.cpp and provides a simplified API for various tasks without requiring external infrastructure, Docker containers, or GPU servers.
Key Capabilities:
- LLM Inference: Run local models directly in your application.
- Tool Calling: Integrate LLMs with external tools.
- Output Configuration: Control and format model responses.
- Real-time Streaming: Enable token-by-token streaming.
- Embeddings: Generate vector embeddings from text.
- Speech Synthesis: Perform Text-to-Speech (TTS) tasks.