From 2e03111ffb1208caf9ead8222495cfdb0738ad74 Mon Sep 17 00:00:00 2001 From: Ben Guo Date: Sun, 18 Aug 2024 20:00:09 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 336f168..3dcc044 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Substrate examples +Substrate [Python](https://github.com/SubstrateLabs/substrate-python) and [TypeScript](https://github.com/SubstrateLabs/substrate-typescript) examples. + +- [Basics](/basics) – Get started with basic examples. +- [Techniques](/techniques) – Prompting techniques (Tree of Thought, Mixture of Agents), RAG techniques, and more. +- [Tutorials](/tutorials) – Integrated use cases, like multi-turn conversations (chat). + ## Getting started Get your API key from the [Substrate Dashboard](https://substrate/dashboard), and set it as an environment variable: