From dab064f5a82979514a78a8a18f5b32667df7dc70 Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Mon, 28 Aug 2023 19:55:44 -0700 Subject: [PATCH] update frontend hash, run.sh --- frontend | 2 +- run.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend b/frontend index 857963c2..c6a9572b 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 857963c290239309f1e6836bd6495a497652d600 +Subproject commit c6a9572bed50d2c7febd11eacb15a6685637e606 diff --git a/run.sh b/run.sh index feffaeb9..d4136b10 100644 --- a/run.sh +++ b/run.sh @@ -1,6 +1,10 @@ # poetry install # poetry shell +# cp .env.example .env +# fill out OpenAI Key +# git submodule update --init --remote --recursive + # cd backend # pip install -r requirement.txt # uvicorn main:app --reload