From 5673e3b733d7fe072bc804e98f41d1c59737b308 Mon Sep 17 00:00:00 2001 From: nurlan135 <41749027+nurlan135@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:26:35 +0400 Subject: [PATCH] Create _meta.az.json --- pages/introduction/_meta.az.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/introduction/_meta.az.json diff --git a/pages/introduction/_meta.az.json b/pages/introduction/_meta.az.json new file mode 100644 index 000000000..db8e78ae8 --- /dev/null +++ b/pages/introduction/_meta.az.json @@ -0,0 +1,7 @@ +{ + "settings": "LLM Settings", + "basics": "Basics of Prompting", + "elements": "Prompt Elements", + "tips": "General Tips for Designing Prompts", + "examples": "Examples of Prompts" +}