Skip to content

Quickstart

  1. Download or git clone this repo into your Talon user directory.

  2. Obtain an OpenAI API key.

  3. Create a Python file anywhere in your Talon user directory.

  4. Set the key environment variable within the Python file

    # Example of setting the environment variable
    import os
    os.environ["OPENAI_API_KEY"] = "YOUR-KEY-HERE"

Quickstart Video

Talon-AI-Tools Quickstart