From aaa4c1d90e59a2693ef12785240891d995fb3b97 Mon Sep 17 00:00:00 2001 From: Kentaro Tanaka Date: Fri, 21 Jul 2023 01:35:33 +0900 Subject: [PATCH] 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 @@ *プロンプト:* ``` これは素晴らしい! // ポジティブ -これは酷い! // ネガティブ -あの映画は最高だった! // ポジティブ +これは酷い! // ポジティブ +あの映画は最高だった! // ネガティブ なんてひどい番組なんだ! // ```