From adf366b325890028a982125c47cf980ce127cd2e Mon Sep 17 00:00:00 2001 From: pablohashescobar <118773738+pablohashescobar@users.noreply.github.com> Date: Tue, 4 Apr 2023 18:07:01 +0530 Subject: [PATCH] chore: gpt environment variables in the example file (#698) --- apiserver/.env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apiserver/.env.example b/apiserver/.env.example index 2241e2217..15056f072 100644 --- a/apiserver/.env.example +++ b/apiserver/.env.example @@ -19,3 +19,6 @@ GITHUB_CLIENT_SECRET="" # Flags DISABLE_COLLECTSTATIC=1 DOCKERIZED=1 +# GPT Envs +OPENAI_API_KEY=0 +GPT_ENGINE=0 \ No newline at end of file