From c7553b12800e647596c0d030e51c28ae872ef6c4 Mon Sep 17 00:00:00 2001 From: unclecode Date: Tue, 4 Jun 2024 23:18:19 +0800 Subject: [PATCH] Update research assistant example with package installation instructions --- docs/examples/research_assistant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/research_assistant.py b/docs/examples/research_assistant.py index ab06929c..620c5bdd 100644 --- a/docs/examples/research_assistant.py +++ b/docs/examples/research_assistant.py @@ -1,3 +1,4 @@ +# Make sur to install the required packageschainlit and groq import os, time from openai import AsyncOpenAI import chainlit as cl