From 0fab34f3fedde4addcab947254f749c649e983a1 Mon Sep 17 00:00:00 2001 From: Preethi Srinivasan <140453276+preesrinivasan@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:25:20 -0700 Subject: [PATCH] Text updates for Notebook.ipynb --- examples/slackbot/Notebook.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/slackbot/Notebook.ipynb b/examples/slackbot/Notebook.ipynb index 0708159eb..716ece07a 100644 --- a/examples/slackbot/Notebook.ipynb +++ b/examples/slackbot/Notebook.ipynb @@ -9,9 +9,9 @@ "\n", "SlackBot keeps you in the loop without disturbing your focus. Its personalized, intelligent AI continuously monitors your Slack workspace, alerting you to important conversations and freeing you to concentrate on what’s most important.\n", "\n", - "SlackBot reads the full history of your (public) Slack workspace and trains a Generative AI model to predict when you need to engage with a conversation. This training process gives the AI a deep understanding of your interests, expertise, and relationships. Using this understanding, SlackBot watches conversations in real-time and notifies you when an important conversation is happening without you. With SlackBot200 you can focus on getting things done without worrying about missing out.\n", + "SlackBot reads the full history of your (public) Slack workspace and trains a Generative AI model to predict when you need to engage with a conversation. This training process gives the AI a deep understanding of your interests, expertise, and relationships. Using this understanding, SlackBot watches conversations in real-time and notifies you when an important conversation is happening without you. With SlackBot you can focus on getting things done without worrying about missing out.\n", "\n", - "In this notebook, you’ll see you how to build and deploy SlackBot in 15 minutes using only OpenAI’s API’s and open-source Python libraries - Data Science PhD not required.\n", + "In this notebook, you’ll see you how to build and deploy SlackBot in 15 minutes using OpenAI’s API’s and open-source Python libraries - Data Science PhD not required.\n", "\n" ] },