# helloai **Repository Path**: elainelover/helloai ## Basic Information - **Project Name**: helloai - **Description**: No description available - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-28 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-ai-chatbot-ollama Example for building a simple AI chatbot with a locally running LLM using Rust and ollama.ai ## Setup * Install Ollama for your OS from https://ollama.com/ * run `ollama run qwen2` * run `cargo run` * enter a prompt and have fun :)