From e5f6637c24dc4900adf2df6fb3b38d2ee1e4e1f7 Mon Sep 17 00:00:00 2001 From: cp-james-harbeck Date: Fri, 25 Aug 2023 14:41:35 -0400 Subject: [PATCH] Update heroku deploy. --- .gitignore | 2 +- lucidserver/actions/config.ini | 2 ++ requirements.txt | Bin 394 -> 394 bytes runtime.txt | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 lucidserver/actions/config.ini diff --git a/.gitignore b/.gitignore index 5671621..7036c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,7 @@ logs/ # Other server related directories memory/ -lucidserver/actions/config.ini +# lucidserver/actions/config.ini # Heroku docker deploy files heroku.yml diff --git a/lucidserver/actions/config.ini b/lucidserver/actions/config.ini new file mode 100644 index 0000000..b46dc1a --- /dev/null +++ b/lucidserver/actions/config.ini @@ -0,0 +1,2 @@ +[openai] +api_key = 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 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2ec814ca6311edd726d687fb7ab54f2be73f0d9c..303838204596806710e28149d6837c4f1328e482 100644 GIT binary patch delta 12 TcmeBT?qZ(c!)US5*On0g7yJWk delta 12 TcmeBT?qZ(c!)U(I*On0g7xx2e diff --git a/runtime.txt b/runtime.txt index fefae71..d5831c5 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.11.4 \ No newline at end of file +python-3.11.5 \ No newline at end of file