Added wordpress blog upload and config params
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
##################################################
|
||||
|
||||
|
||||
# Set the Openai API key
|
||||
# Set the Openai API key.
|
||||
# https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key
|
||||
openai_api_key=""
|
||||
# bard_api=""
|
||||
# ms_bing_api=""
|
||||
@@ -15,13 +16,32 @@ openai_api_key=""
|
||||
# Mention which model to use, default is GPT-3.5
|
||||
model_name=""
|
||||
|
||||
# Write the prompt for generating TEXT reply from GenAI engine
|
||||
txt_prompt=""
|
||||
|
||||
# An effective text prompt may have several components, including:
|
||||
# Main subject: the who of the prompt, e.g. Small puppy with a fluffy white tail wearing a red collar.
|
||||
# Action: the what/how of the prompt, e.g. Joyfully carrying a long wooden stick.
|
||||
# Surroundings: the when/where of the prompt, e.g. On a busy street corner at dusk. A small basketball court in the background.
|
||||
# Visual aesthetics: how you want the images to look, e.g. Shot from above, soft yellow light, blurred background.
|
||||
# Write the prompt for generating IMG reply from GenAI engines
|
||||
img_text=""
|
||||
###################################################
|
||||
#
|
||||
# Wordpress and WIX integration and details
|
||||
#
|
||||
###################################################
|
||||
|
||||
# Set webhosting as "wordpress" or "wix"
|
||||
webhosting="wix"
|
||||
# https://dev.wix.com/docs/rest/articles/getting-started/api-keys
|
||||
wix_site_id = "1234567890"
|
||||
wix_api_key = "YOUR_WIX_API_KEY"
|
||||
|
||||
# Set the WordPress site URL, username, and password.
|
||||
# https://wordpress.stackexchange.com/questions/301035/how-to-check-wordpress-website-username-and-password-is-correct
|
||||
wordpress_site_url = "https://example.com"
|
||||
wordpress_username = "YOUR_WORDPRESS_USERNAME"
|
||||
wordpress_password = "YOUR_WORDPRESS_PASSWORD"
|
||||
|
||||
|
||||
####################################################
|
||||
#
|
||||
# Details for generating blog images.
|
||||
#
|
||||
####################################################
|
||||
#dall-e2
|
||||
# https://imagen.research.google/
|
||||
#imagen
|
||||
#bing images
|
||||
|
||||
Reference in New Issue
Block a user