From c7e2151a4bb7ea51eff7c03765a09e91b5b7a5b6 Mon Sep 17 00:00:00 2001 From: Peng Qu <82029664+pengqu123@users.noreply.github.com> Date: Thu, 25 May 2023 22:46:39 +0800 Subject: [PATCH] =?UTF-8?q?remove=20extra=20"\n"=20to=20ensure=20that=20th?= =?UTF-8?q?e=20format=20of=20the=20description,=20examp=E2=80=A6=20(#5232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove extra "\n" to ensure that the format of the description, example, and prompt&generation are completely consistent. --- langchain/chains/llm_math/prompt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/langchain/chains/llm_math/prompt.py b/langchain/chains/llm_math/prompt.py index a3c346fc..0e858002 100644 --- a/langchain/chains/llm_math/prompt.py +++ b/langchain/chains/llm_math/prompt.py @@ -16,7 +16,6 @@ Answer: ${{Answer}} Begin. Question: What is 37593 * 67? - ```text 37593 * 67 ```