WIP - Streamlit UI, Porting CLI

This commit is contained in:
ajaysi
2024-06-02 23:05:27 +05:30
parent ae8c9d0ac3
commit 2a1bb49020
11 changed files with 645 additions and 884 deletions

View File

@@ -0,0 +1,32 @@
{
"Blog Content Characteristics": {
"Blog Length": "2000",
"Blog Tone": "Beginner",
"Blog Demographic": "Tech-savvy",
"Blog Type": "Informational",
"Blog Language": "English",
"Blog Output Format": "markdown"
},
"Blog Images Details": {
"Image Generation Model": "stable-diffusion",
"Number of Blog Images": 1
},
"LLM Options": {
"GPT Provider": "google",
"Model": "gemini-1.5-flash-latest",
"Temperature": 0.7,
"Top-p": 0.9,
"Max Tokens": 4000,
"N": 1,
"Frequency Penalty": 1.0,
"Presence Penalty": 1.0
},
"Search Engine Parameters": {
"Geographic Location": "us",
"Search Language": "en",
"Number of Results": 10,
"Time Range": "anytime",
"Include Domains": "",
"Similar URL": ""
}
}