You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to File > Open notebook > Upload or File > Upload notebook
Select or drag the notebook you want to open
In Colab's file navigator, create a .env file with your OPENROUTER_API_KEY. If your file disappears immediately after you create it, click the eye icon to reveal it.
Locally
Download or clone this repo
Create a .env file with your OPENROUTER_API_KEY
Create a virtual environment (python -m venv my-env)
Activate your newly created virtual environment (my-env\Scripts\activate or equivalent)
Install the dependencies (pip install -r requirements.txt)