Files
ALwrity/lib/workspace/alwrity_config/main_config.json
2025-04-30 16:06:33 +05:30

33 lines
897 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": "Gemini-AI",
"Number of Blog Images": 1,
"Image Style": "Realistic"
},
"LLM Options": {
"GPT Provider": "google",
"Model": "gemini-2.0-flash",
"Temperature": 0.7,
"Max Tokens": 4000,
"Top-p": 0.9,
"N": 1,
"n": 1,
"fp": 16,
"Frequency Penalty": 0.0,
"Presence Penalty": 0.0
},
"Search Engine Parameters": {
"Geographic Location": "us",
"Search Language": "en",
"Number of Results": 10,
"Time Range": "anytime"
}
}