From 3db334a3a1086e406b167341c144bfc7b2f4dabd Mon Sep 17 00:00:00 2001 From: Tanya Rai Date: Mon, 26 Feb 2024 14:23:18 -0500 Subject: [PATCH] [aiconfig readme] updated quickstart to link to vs code extension --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3e97ddde0..655b29806 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ It allows you to store and iterate on generative AI behavior _separately from yo ## Quickstart +For VS Code Users: + +- Install the [AIConfig Editor VS Code Extension](https://marketplace.visualstudio.com/items?itemName=lastmile-ai.vscode-aiconfig) + +If you're not using VS Code, follow these steps: + 1. `pip3 install python-aiconfig` 2. `export OPENAI_API_KEY='your-key'` 3. `aiconfig edit`