From 8e1b1db90db40513f2e404a526938c0344884804 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:26:10 -0700 Subject: [PATCH] bearly api key docs (#11981) --- docs/docs/integrations/tools/bearly.ipynb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/tools/bearly.ipynb b/docs/docs/integrations/tools/bearly.ipynb index 5f997f9bdd..c4fd99fcea 100644 --- a/docs/docs/integrations/tools/bearly.ipynb +++ b/docs/docs/integrations/tools/bearly.ipynb @@ -7,7 +7,9 @@ "source": [ "# Bearly Code Interpreter\n", "\n", - "> Bearly Code Interpreter allows for remote execution of code. This makes it perfect for a code sandbox for agents, to allow for safe implementation of things like Code Interpreter" + "> Bearly Code Interpreter allows for remote execution of code. This makes it perfect for a code sandbox for agents, to allow for safe implementation of things like Code Interpreter\n", + "\n", + "Get your api key here: https://bearly.ai/dashboard/developers" ] }, { @@ -391,7 +393,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.1" + "version": "3.9.1" } }, "nbformat": 4,