Files
ALwrity/lib/workspace/alwrity_config/main_config.json
2025-04-29 08:55:47 +05:30

30 lines
828 B
JSON

{
"Blog Content Characteristics": {
"Blog Length": "2000",
"Blog Tone": "Professional",
"Blog Demographic": "Professional",
"Blog Type": "Informational",
"Blog Language": "English",
"Blog Output Format": "markdown"
},
"Blog Images Details": {
"Image Generation Model": "stable-diffusion",
"Number of Blog Images": 1,
"Image Style": "Realistic"
},
"LLM Options": {
"GPT Provider": "google",
"Model": "gemini-1.5-flash-latest",
"Temperature": 0.7,
"Max Tokens": 4000,
"Top-p": 0.9,
"n": 1,
"fp": 16
},
"Search Engine Parameters": {
"Geographic Location": "us",
"Search Language": "en",
"Number of Results": 10,
"Time Range": "anytime"
}
}