- Step1: Install Ollama and ensure a compatible local LLM is configured.
- Step2: Clone the echoOLlama repository: git clone https://github.com/theboringhumane/echoOLlama.git
- Step3: Navigate into the directory: cd echoOLlama
- Step4: Install dependencies (if any) or make the script executable.
- Step5: Run echoOLlama: ./echoOLlama --model llama2 --prompt "Your prompt here"
- Step6: Observe responses and chain further prompts as needed.