@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user