Quickstart
-
Download or
git clone
this repo into your Talon user directory. -
Create a Python file anywhere in your Talon user directory.
-
Set the key environment variable within the Python file
# Example of setting the environment variableimport osos.environ["OPENAI_API_KEY"] = "YOUR-KEY-HERE"