image-helper-wordpress/.env.example

10 lines
345 B
Text
Raw Normal View History

2024-11-18 21:10:44 +01:00
# OpenAPI API
OPENAI_API_KEY=your_openai_api_key
OPENAI_API_URL=https://api.openai.com/v1/images/generate-description # Update this to the actual endpoint
OPENAI_MODEL=gpt-4-vision # Update to the model you want to use
# WordPress API
WP_URL=https://yourwordpresssite.com
WP_USERNAME=your_wp_username
WP_PASSWORD=your_wp_application_password