long-form, AI social, copywriter, prompt config
This commit is contained in:
12
main_config
12
main_config
@@ -9,15 +9,15 @@
|
||||
[blog_characteristics]
|
||||
|
||||
# Length of blogs Or word count. Note: It wont be exact and depends on GPT providers and Max token count.
|
||||
blog_length = 1200
|
||||
blog_length = 2000
|
||||
|
||||
# company/brand-name
|
||||
|
||||
# professional, how-to, begginer, research, programming, casual, etc
|
||||
blog_tone = "Professional"
|
||||
blog_tone = "Casual"
|
||||
|
||||
# Target Audience, Gen-Z, Tech-savvy, Working professional, students, kids etc
|
||||
blog_demographic = "Students"
|
||||
blog_demographic = "Content creators & Digital marketing"
|
||||
|
||||
# informational, commercial, company, news, finance, competitor, programming, scholar etc
|
||||
blog_type = "Informational"
|
||||
@@ -59,12 +59,12 @@ num_images = 1
|
||||
gpt_provider = google
|
||||
|
||||
# Mention which model of the above provider to use.
|
||||
model = gpt-3.5-turbo-0125
|
||||
model = gemini-1.5-flash-latest
|
||||
|
||||
# Temperature is a parameter that controls the “creativity” or randomness of the text generated by GPT.
|
||||
# greater determinism and higher values indicating more randomness.
|
||||
# while a lower temperature (e.g., 0.2) makes the output more deterministic and focused (thus, getting flagged as AI content).
|
||||
temperature = 0.6
|
||||
temperature = 0.7
|
||||
|
||||
# Top-p sampling is particularly useful in scenarios where you want to control the level of diversity in the generated text.
|
||||
# By adjusting the threshold p, you can influence the diversity of the generated sequences.
|
||||
@@ -124,7 +124,7 @@ time_range = anytime
|
||||
|
||||
# include_domains (Give Full URLs, separate by comma): A list of domains to specifically include in the search results.
|
||||
# Default is None, which includes all domains. Example: https://wikipedia.com,https://stackoverflow.com,google schalor,reddit etc
|
||||
include_domains =
|
||||
include_domains = https://alwrity.com
|
||||
|
||||
# similar_url : A single URL, this will instruct search engines to give results similar to the given URL.
|
||||
similar_url =
|
||||
|
||||
Reference in New Issue
Block a user