mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
7 lines
353 B
Python
7 lines
353 B
Python
# This file contains the API keys for the various APIs used in the project.
|
|
# Get yours from: https://beta.openai.com/account/api-keys
|
|
OPENAI_API_KEY = "YOUR-OPENAI-KEY"
|
|
# To access your ElevenLabs API key, head to https://elevenlabs.io, you
|
|
# can view your xi-api-key using the 'Profile' tab on the website.
|
|
ELEVENLABS_API_KEY = "YOUR-ELEVENLABS-KEY"
|