10 lines
345 B
Text
10 lines
345 B
Text
|
# 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
|