From 1a90b700d368d7735be95fcd55f7a45f8b44bb77 Mon Sep 17 00:00:00 2001 From: Jaspal Singh <98736516+jaspal007@users.noreply.github.com> Date: Wed, 16 Oct 2024 00:58:31 +0530 Subject: [PATCH] Update the Env Setup section in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5f235fa..8358699 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ In convex, please add the following environment variables: - `npx convex env set MOCK_OPEN_AI true` +Add optional environment variable/s for simulating real AI models without mockup responses(when mockup flags are set to FALSE): + +- `npx convex env set OPENAI_API_KEY YOUR_API_KEY` + also, you may need to run, but I think the initial setup does that. `npx @convex-dev/auth` to get the proper convex jwks setup