Enchanted is iOS and macOS app for chatting with private self hosted language models such as Llama2, Mistral or Vicuna using Ollama.
This project is a comprehensive platform for hosting and interacting with large language models directly on local hardware. It provides a web-based graphical interface that allows users to manage model loading, configure generation parameters, and execute text or chat interactions entirely offline. By running models locally, the software ensures complete data privacy and eliminates reliance on external cloud services for generative tasks. Beyond basic inference, the platform functions as a versatile workbench for generative AI development. It includes an integrated pipeline for fine-tuning mo
gpt4all-ui is a web-based user interface designed for local large language model execution and management. It provides a local execution environment that runs AI models on a user's own hardware to ensure data privacy and eliminate external telemetry. The project features a peer-to-peer inference distribution system that shares computational loads across multiple network nodes to increase processing speed. It includes a multimodal orchestrator that combines text, image, video, and audio models into a single interface, as well as a layered autonomy model for organizing specialized AI agents int
Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language model program where the docstring defines the system message and the return value defines the user message. It provides a framework for writing language model programs that can accept and return images, audio, and text natively within message objects, and supports chaining multiple model calls into a single function for multi-step reasoning or test-time compute. The library decouples model selection from client instantiation through a registry that supports multiple provider backe
Enchanted ist ein datenschutzorientiertes, plattformübergreifendes Chat-Frontend für die Interaktion mit selbst gehosteten Large Language Models auf iOS und macOS. Es dient als nativer Client für die Kommunikation mit privaten Modellservern und bietet insbesondere eine Integration für die Ollama-API.
Die Hauptfunktionen von augustdev/enchanted sind: Private LLM Chat Interfaces, Local Model Chat Interfaces, Ollama Chat Clients, Private Model Connectors, Local Model Management, Multimodal Prompting, Conversation History Stores, Self-Hosted AI Clients.
Open-Source-Alternativen zu augustdev/enchanted sind unter anderem: gluonfield/enchanted — Enchanted is iOS and macOS app for chatting with private self hosted language models such as Llama2, Mistral or Vicuna… oobabooga/text-generation-webui — This project is a comprehensive platform for hosting and interacting with large language models directly on local… nomic-ai/gpt4all-ui — gpt4all-ui is a web-based user interface designed for local large language model execution and management. It provides… madcowd/ell — Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language… dimillian/movieswiftui — MovieSwiftUI is a movie discovery application built with SwiftUI that integrates with the MovieDB API to retrieve and… vercel/streamdown — Streamdown is a streaming markdown renderer for React that transforms incoming markdown text into sanitized HTML in…