From bdf07d00886ad71cfd998e7e08d6d439bc04dc2f Mon Sep 17 00:00:00 2001 From: sean1832 Date: Tue, 21 Feb 2023 04:15:14 +1100 Subject: [PATCH] trans: add example prompt for newly supported language --- .locals/ja_JP/LC_MESSAGES/base.po | 6 +++--- example_prompt/ja_JP/かいつまむ.txt | 6 ++++++ example_prompt/ja_JP/マイ情報.txt | 2 ++ example_prompt/ja_JP/質問.txt | 6 ++++++ example_prompt/zh_TW/問題.txt | 4 ++++ example_prompt/zh_TW/我的背景.txt | 1 + example_prompt/zh_TW/總結.txt | 5 +++++ 7 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 example_prompt/ja_JP/かいつまむ.txt create mode 100644 example_prompt/ja_JP/マイ情報.txt create mode 100644 example_prompt/ja_JP/質問.txt create mode 100644 example_prompt/zh_TW/問題.txt create mode 100644 example_prompt/zh_TW/我的背景.txt create mode 100644 example_prompt/zh_TW/總結.txt diff --git a/.locals/ja_JP/LC_MESSAGES/base.po b/.locals/ja_JP/LC_MESSAGES/base.po index a9c0d0e..a09e5e2 100644 --- a/.locals/ja_JP/LC_MESSAGES/base.po +++ b/.locals/ja_JP/LC_MESSAGES/base.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-02-21 03:21+1100\n" -"PO-Revision-Date: 2023-02-21 03:47+1100\n" +"PO-Revision-Date: 2023-02-21 04:06+1100\n" "Last-Translator: \n" "Language-Team: \n" "Language: ja_JP\n" @@ -215,7 +215,7 @@ msgstr ")をお願いします。" #: Seanium_brain.py:133 msgid "Ask Brain: " -msgstr "ブレインに聞く。" +msgstr "ブレインに聞く: " #: Seanium_brain.py:136 msgid "📩Send" @@ -348,7 +348,7 @@ msgstr "✅ファイルが保存されました!" #: streamlit_toolkit/tools.py:211 msgid "Thinking on " -msgstr "思考中:" +msgstr "思考中: " #: streamlit_toolkit/tools.py:234 msgid "Building Brain..." diff --git a/example_prompt/ja_JP/かいつまむ.txt b/example_prompt/ja_JP/かいつまむ.txt new file mode 100644 index 0000000..a2c981c --- /dev/null +++ b/example_prompt/ja_JP/かいつまむ.txt @@ -0,0 +1,6 @@ +次の文書について、メモを書きなさい。文章を見やすく、詳細な点描にまとめ、意味を理解できるようにする。 +最も重要なデータを含むこと。 + +<> + +メモ: \ No newline at end of file diff --git a/example_prompt/ja_JP/マイ情報.txt b/example_prompt/ja_JP/マイ情報.txt new file mode 100644 index 0000000..979e50d --- /dev/null +++ b/example_prompt/ja_JP/マイ情報.txt @@ -0,0 +1,2 @@ +私の名前はショーンです。 +建築の研究者です。 \ No newline at end of file diff --git a/example_prompt/ja_JP/質問.txt b/example_prompt/ja_JP/質問.txt new file mode 100644 index 0000000..1d676f0 --- /dev/null +++ b/example_prompt/ja_JP/質問.txt @@ -0,0 +1,6 @@ +「<>を提供された場合、以下の情報に基づいて、専門の建築学者として詳細な回答を提供してください。 +回答は流暢に読めるようにし、語用や文法の問題を修正し、コンテンツの繰り返しを防止してください。すべての重要な情報を含めるようにしてください。 +情報に関連する回答がない場合は、回答しないでください。 日本語で回答してください。」 +情報: <> +質問: <> +詳細な回答: \ No newline at end of file diff --git a/example_prompt/zh_TW/問題.txt b/example_prompt/zh_TW/問題.txt new file mode 100644 index 0000000..a12c090 --- /dev/null +++ b/example_prompt/zh_TW/問題.txt @@ -0,0 +1,4 @@ +根據 <> 的前提, 通過以下信息: <> , 以一個建築師的角度回答問題: <> 並給予答案, 要求答案文筆清晰,能夠容易的閱讀,並且避免重複的內容。 +確保答案包含所有關鍵的內容。確保答案用繁體中文回答。 + +答案: \ No newline at end of file diff --git a/example_prompt/zh_TW/我的背景.txt b/example_prompt/zh_TW/我的背景.txt new file mode 100644 index 0000000..1e75b4f --- /dev/null +++ b/example_prompt/zh_TW/我的背景.txt @@ -0,0 +1 @@ +我的名字是肖恩,我是一名建築學學生。 diff --git a/example_prompt/zh_TW/總結.txt b/example_prompt/zh_TW/總結.txt new file mode 100644 index 0000000..b67266a --- /dev/null +++ b/example_prompt/zh_TW/總結.txt @@ -0,0 +1,5 @@ +為以下文章總結成清晰易讀的要點, 注意包含所有的重要信息。 + +<> + +要點: \ No newline at end of file