diff --git a/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb b/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb index 86cbd30..09aa19a 100644 --- a/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb +++ b/tutorials/notebooks/GenAI/Pubmed_chatbot.ipynb @@ -734,7 +734,7 @@ "id": "1abcbd48-bb84-4310-b8eb-ad87850a8649", "metadata": {}, "source": [ - "Running our script in the terminal will require us to export the following global variables then running our python script." + "Running our script in the terminal will require us to export the following global variables then running our python script. Dont forget to run you python script on the terminal use the command `python NAME_OF_YOUR_SCRIPT.py`. For more guidence take a look at our **example inference scripts** for the [PubMed API](/example_scripts/langchain_chat_llama_2_zeroshot.py) and [Kendra](/example_scripts/kendra_chat_llama_2.py)." ] }, {