From aaa4c1d90e59a2693ef12785240891d995fb3b97 Mon Sep 17 00:00:00 2001 From: Kentaro Tanaka Date: Fri, 21 Jul 2023 01:35:33 +0900 Subject: [PATCH 1/2] Fix prompt example in fewshot.jp.mdx --- pages/techniques/fewshot.jp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/techniques/fewshot.jp.mdx b/pages/techniques/fewshot.jp.mdx index 24993cd..2ba4223 100644 --- a/pages/techniques/fewshot.jp.mdx +++ b/pages/techniques/fewshot.jp.mdx @@ -29,8 +29,8 @@ *プロンプト:* ``` これは素晴らしい! // ポジティブ -これは酷い! // ネガティブ -あの映画は最高だった! // ポジティブ +これは酷い! // ポジティブ +あの映画は最高だった! // ネガティブ なんてひどい番組なんだ! // ``` From 94edabe09450e6f3d91e298dfec6684ca64eaf14 Mon Sep 17 00:00:00 2001 From: Kentaro Tanaka Date: Fri, 21 Jul 2023 09:52:13 +0900 Subject: [PATCH 2/2] Fix same as English example --- pages/techniques/fewshot.jp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/techniques/fewshot.jp.mdx b/pages/techniques/fewshot.jp.mdx index 2ba4223..180a6a4 100644 --- a/pages/techniques/fewshot.jp.mdx +++ b/pages/techniques/fewshot.jp.mdx @@ -28,9 +28,9 @@ *プロンプト:* ``` -これは素晴らしい! // ポジティブ +これは素晴らしい! // ネガティブ これは酷い! // ポジティブ -あの映画は最高だった! // ネガティブ +あの映画は最高だった! // ポジティブ なんてひどい番組なんだ! // ```