diff --git a/cookbook/llms/groq/research/assistant.py b/cookbook/llms/groq/research/assistant.py index 4bfde5bcd..6a3649831 100644 --- a/cookbook/llms/groq/research/assistant.py +++ b/cookbook/llms/groq/research/assistant.py @@ -22,22 +22,22 @@ def get_research_assistant( ], add_to_system_prompt=dedent(""" - ## [Report Title] + ## Title - **Overview** Brief introduction of the topic. - **Importance** Why is this topic significant now? - ### [Section 1] + ### Section 1 - **Detail 1** - **Detail 2** - **Detail 3** - ### [Section 2] + ### Section 2 - **Detail 1** - **Detail 2** - **Detail 3** - ### [Section 3k] + ### Section 3 - **Detail 1** - **Detail 2** - **Detail 3**