wear-fun / .env.example
dodey917's picture
good use the OpenAI鈥檚 DALL路E / gpt-image-1
6159e33 verified
raw
history blame contribute delete
277 Bytes
```
# OpenAI API Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Server Configuration
PORT=3000
NODE_ENV=production
# File Upload Configuration
MAX_FILE_SIZE=10485760
UPLOAD_DIR=uploads
```
Finally, let me update the meme.html to better handle the new functionality: