From ed1cef1b8e78a302b2f703d52ca1713c1620feb8 Mon Sep 17 00:00:00 2001 From: openerror <> Date: Thu, 28 Mar 2024 00:09:42 -0700 Subject: [PATCH] Added requirement to answer in user's language --- api/prompt_generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/prompt_generation.py b/api/prompt_generation.py index cb86ddb..b0bc471 100644 --- a/api/prompt_generation.py +++ b/api/prompt_generation.py @@ -42,7 +42,7 @@ Now, you need to create an example prompt such that it meets the above requirements. You should also ask the users to clarify some of the thing that they are not clear about, and provide some suggestion on how to address these ambiguities only based on the -six requirements we mentioned above. +six requirements we mentioned above. Create the example prompt in the same language as the initial prompt you modified; for example if it is in Chinese, then give your answer in Chinese. """ from langchain_core.pydantic_v1 import BaseModel, Field