chatbots

All posts tagged chatbots by Linux Bash
  • Posted on
    Featured Image
    Practical guide to building fast, private Linux chatbots with local open-source LLMs and Bash. Learn why local beats cloud (privacy, cost, speed) and ship three projects today: a 10-minute terminal assistant via Ollama, a docs Q&A bot using FAISS-based RAG and embeddings, and a Telegram bot powered by your machine—complete with installs, scripts, tips, and systemd-friendly automation.
  • Posted on
    Featured Image
    A practical guide for full-stack developers and sysadmins to build lightweight AI chatbots in Bash by calling an AI API (e.g., OpenAI) with curl and parsing JSON with jq; explains why Bash suits server automation (simplicity, low resource use, ubiquity), walks through a minimal script and run steps, and stresses best practices—secure API keys, error handling, and acknowledging Bash/API limitations—plus links for deeper learning.