Files
EA2/smart-bot/env_example.txt
sigitholic 98507e3a47 Initial commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 20:22:43 +07:00

15 lines
413 B
Plaintext

# SmartBot AI Configuration
# Copy this file to .env and fill in your API keys
# OpenAI API Key untuk ChatGPT
# Dapatkan dari: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Custom AI Endpoint (opsional)
# CUSTOM_AI_ENDPOINT=https://your-custom-ai-endpoint.com/analyze
# CUSTOM_AI_API_KEY=your_custom_ai_api_key_here
# Flask Configuration
FLASK_ENV=development
FLASK_DEBUG=true