From 699f55218b16c30187084dcf2fe052076273022b Mon Sep 17 00:00:00 2001 From: Nils Gerstner Date: Mon, 27 Mar 2023 16:40:41 +0200 Subject: [PATCH] Add dummy OpenAI token --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 033d14a..ba96fd4 100755 --- a/.bashrc +++ b/.bashrc @@ -173,3 +173,4 @@ export PATH="/Users/nige/.cargo/bin:$PATH" export GOPATH=$HOME/go which brew && export GOROOT="$(brew --prefix golang)/libexec" export PATH="$PATH:${GOPATH}/bin:${GOROOT}/bin" +export OPENAI_API_KEY='---------------------------------------------------'