Install Overeasy Locally
Set up Virtual Environment (Optional)
Install Overeasy
>=3.10
.Setup 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~/.zshrc
, ~/.bashrc
or ~/.bash_profile
add the following:source
your profile so these changes take effect.๐ Congrats