1
Set up Virtual Environment (Optional)
We recommend setting up Overeasy with a virtual environment.
If you donโt already have conda installed you can install it here.
2
Install Overeasy
You should be using a Python version
>=3.10
.3
Setup API Keys
If you want to use private models like GPT-4o, Claude or Gemini, you will need to setup the relevant API keys.
OPENAI_API_KEY
: Navigate to OpenAIโs API keys page to obtain your API key. You can visit their Docs to find more detailed information.
ANTHROPIC_API_KEY
: Navigate to the Anthropic Console to get your API key on the API keys page. You can visit their Docs to find more detailed information.
GEMINI_API_KEY
: Navigate to Geminiโs API keys page to obtain your API key. You can visit their Docs to find more detailed information.
Setting Up API Keys in Environment Variables- Mac/Linux
- Windows
- Python
At the end of your Make sure to open a new terminal or
~/.zshrc
, ~/.bashrc
or ~/.bash_profile
add the following:source
your profile so these changes take effect.4
๐ Congrats
You can get started with Overeasy by checking out our examples.