Advanced Search
Search Results
3 total results found
FreeAskInternet
Link FreeAskInternet is a completely free, private and locally running search aggregator & answer generate using LLM, Without GPU needed. The user can ask a question and the system will use searxng to make a multi engine search and combine the search result t...
Serge-chat
Link Serge is a chat interface crafted with llama.cpp for running GGUF models. No API keys, entirely self-hosted! services: serge: image: ghcr.io/serge-chat/serge:latest container_name: serge restart: unless-stopped ports: - 800...
Ollama + Open WebUI
Docker Hub | Vidéo Youtube --- version: "3.6" services: ollama: image: ollama/ollama restart: unless-stopped container_name: ollama ports: - '11434:11434' volumes: - '/srv/Files/Oll...