From 1bc8def8489c66ab2e4158a55e05dbdcb01d3bf7 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Mon, 24 Oct 2022 21:06:08 -0700 Subject: [PATCH] add emoji (#20) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d11b580..16e4084c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It aims to create: 2. a flexible interface for combining pieces into a single comprehensive "chain" 3. a schema for easily saving and sharing those chains -## Setting up your environment +## 🔧 Setting up your environment Besides the installation of this python package, you will also need to set environment variables for the services that call out to authenticated APIs. You do not need to set an environment variable unless you plan on using that API. Please see below for a comprehensive list of the APIs that require an API key, and the associated environment variable that you should set. - OpenAI: `OPENAI_API_KEY`