Alwrity - WIP - main_config

This commit is contained in:
AjaySi
2024-04-07 20:47:49 +05:30
parent e33008659b
commit 23b3c7f6e0
23 changed files with 313 additions and 327 deletions

View File

@@ -9,7 +9,7 @@
[blog_characteristics]
# Length of blogs Or word count. Note: It wont be exact and depends on GPT providers and Max token count.
blog_length = 2000
blog_length = 3000
# professional, how-to, begginer, research, programming, casual, etc
blog_tone = "professional"
@@ -55,8 +55,9 @@ num_images = 1
###########################################################
[llm_options]
# Choose one of following: Openai, Google, Minstral
gpt_provider = "google"
gpt_provider = google
# Mention which model of the above provider to use.
model = gpt-3.5-turbo-0125