98507e3a47
Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
413 B
Plaintext
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
|