From 3bb54713e3df887103b42ac0b667d61eb667365a Mon Sep 17 00:00:00 2001 From: Bagatur Date: Mon, 16 Oct 2023 16:41:44 -0700 Subject: [PATCH] undo --- docs/docs/integrations/llms/together.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/together.ipynb b/docs/docs/integrations/llms/together.ipynb index 28d593c171de3..650d2303cf627 100644 --- a/docs/docs/integrations/llms/together.ipynb +++ b/docs/docs/integrations/llms/together.ipynb @@ -44,7 +44,7 @@ " temperature=0.7,\n", " max_tokens=128,\n", " top_k=1,\n", - " together_api_key=\"6c997d123263c65da959ee3d664d81821d391acef81a8ec1df80ef267b1aeecd\"\n", + " # together_api_key=\"...\"\n", ")\n", "\n", "input_ = \"\"\"You are a teacher with a deep knowledge of machine learning and AI. \\\n",