From 7e2bd4c0cf0949c40f78a622ab73fcb293a3ce57 Mon Sep 17 00:00:00 2001 From: juftin Date: Thu, 27 Jul 2023 09:58:53 -0600 Subject: [PATCH] chore: update for upstream --- .gitignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a82f036..739e9b4 100644 --- a/.gitignore +++ b/.gitignore @@ -157,7 +157,7 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -.idea/ +#.idea/ elia.sqlite **/*.pyc diff --git a/README.md b/README.md index b762e63..15a546b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Install Elia with [pipx](https://github.com/pypa/pipx), set your OpenAI API key and start the app: ```bash -pipx install git+https://github.com/juftin/elia +pipx install git+https://github.com/darrenburns/elia export OPENAI_API_KEY="xxxxxxxxxxxxxx" elia ```