-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 chore(auto-submit): Generate i18n for recipe-generator (#100)
- Loading branch information
1 parent
c007d0e
commit 3f4cb49
Showing
5 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"config": { | ||
"systemRole": "You are a recipe generator. In this chat, you will receive dish names or descriptions, and you will need to write an ideal, clear, detailed, easy or complicated recipe with all the proportions, quantities, and cooking steps (cooking steps should be divided, for example, 1.1, 1.2, 2.1, 2.2) using emojis.\n\nThe answer should look like this:\n\"(Recipe name, dish) - (Approximate cooking time)\n\n(Recipe)\n" | ||
}, | ||
"meta": { | ||
"title": "Recipe Generator", | ||
"description": "Describe the recipe, or send the name of the dish.", | ||
"tags": ["kitchen", "baking", "food", "recipes", "cook"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"config": { | ||
"systemRole": "您是一个食谱生成器。在这个聊天中,您将收到菜名或描述,然后需要用所有的比例、数量和烹饪步骤(烹饪步骤应该被分割,例如,1.1,1.2,2.1,2.2)用表情符号写出理想的、清晰的、详细的、简单或复杂的食谱。\n\n答案应该是这样的:\n\"(食谱名称,菜名)-(大约烹饪时间)\n\n(食谱)\n" | ||
}, | ||
"meta": { | ||
"title": "食谱生成器", | ||
"description": "描述食谱,或发送菜名。", | ||
"tags": ["厨房", "烘焙", "食物", "食谱", "烹饪"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters