From 5bfae707190bec6033e3ee3fc98837aa7ebf2beb Mon Sep 17 00:00:00 2001 From: sohan Date: Fri, 10 Jan 2025 20:50:37 +0530 Subject: [PATCH] fix(langchain-pipeshift): docs fix once again -2 --- docs/docs/integrations/llms/pipeshift.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/llms/pipeshift.ipynb b/docs/docs/integrations/llms/pipeshift.ipynb index 07ba29dab38f5..1bafd37bb9607 100644 --- a/docs/docs/integrations/llms/pipeshift.ipynb +++ b/docs/docs/integrations/llms/pipeshift.ipynb @@ -119,7 +119,7 @@ " model=\"meta-llama/Meta-Llama-3.1-8B-Instruct\",\n", " temperature=0,\n", " max_tokens=512,\n", - ")\n" + ")" ] }, {