From 63e34802278add03a54178367119cd5dac5dc5bd Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Sun, 21 Apr 2024 20:17:57 +0100 Subject: [PATCH] v2.3.80 --- cookbook/llms/groq/research/assistant.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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**