Home / Free Resources

Free Resources

We believe in open access to artificial intelligence tools and education. Below, you will find free downloads, tool guides, and resources designed to help individuals and organizations leverage modern technology.

Gemini CLI Setup

A command-line interface for Google's Gemini LLM. If you have a Google account, you can interact with Gemini directly from your terminal. This is a lightweight, free alternative to expensive subscription interfaces.

Prerequisites:

  • A Google Account
  • Node.js installed on your machine

Instructions:

  1. Go to Google AI Studio and create a free API key.
  2. Open your terminal and install the CLI globally via npm: npm install -g @google/generative-ai-cli
  3. Configure the CLI with your key: gemini-cli configure --api-key="YOUR_KEY_HERE"
  4. Start chatting: gemini-cli chat
Get Gemini API Key →

Local LLM Runner (Ollama)

Run powerful large language models locally on your own hardware without paying for API calls or sharing your data.

Instructions:

  1. Download Ollama from the official website.
  2. Install the application for your operating system (Windows, macOS, Linux).
  3. Open your terminal and run a model, for example: ollama run llama3
  4. The model will download (can take a few minutes) and start an interactive chat session.
Download Ollama →

Prompt Engineering Guide

A foundational PDF guide created by the OCF team detailing best practices for structuring prompts to get reliable, factual, and unbiased responses from various AI models.

Instructions:

  1. Click the download link below.
  2. Review the frameworks for Zero-shot, Few-shot, and Chain-of-Thought prompting.
  3. Apply the templates to your daily AI interactions to minimize hallucinations.
Download PDF Guide (Coming Soon) →