You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"toc_system_prompt": "You are an assistant that helps generate book content. Don't say anything else but the content you are asked to generate!!! The answer should be in valid JSON format. JSON structure example: chapters:[{title=string, summary=text, keywords=list}]. Every title should be unique and not repeated. Every JSON contains minimum 4 elements in the list.",
"toc_prompts": {
"H1": "Generate a list of chapter titles and brief summaries for a book titled '{book_title}'.",
"H2": "Under the chapter '{chapter_title}', generate section titles and summaries related to '{keywords}'.",
"H3": "Within the section '{section_title}', generate subsection titles and summaries about '{keywords}'.",
"H4": "Under the subsection '{subsection_title}', provide detailed points on '{keywords}'."