Update setup.sh to ask for openai key and email (#38)

This commit is contained in:
Kerem Yilmaz
2024-03-06 15:44:58 -08:00
committed by GitHub
parent abecc4382e
commit 213ef9d325
5 changed files with 34 additions and 6 deletions

View File

@@ -81,10 +81,6 @@ Note: Our setup script does these two for you, but they are here for reference.
```bash
./setup.sh
```
1. Create the `.env` file by copying the `.env.example` file and fill in the necessary environment variables (such as your OpenAI API key, etc.)
```bash
cp .env.example .env
```
1. Start the server
```bash
./run_skyvern.sh