8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
# Chutes AI API Token
|
|
# Get your token from your Chutes AI account
|
|
#
|
|
# WARNING: Never commit this file with actual credentials!
|
|
# Keep your .env file private and add it to .gitignore
|
|
|
|
CHUTES_API_TOKEN=your_chutes_api_token_here
|