chatgpt-retrieval-plugin icon indicating copy to clipboard operation
chatgpt-retrieval-plugin copied to clipboard

feat: add load env and env example file

Open forrestchang opened this issue 2 years ago • 4 comments

This pull request proposes using the load_dotenv method to streamline the setup of environment variables.

forrestchang avatar Mar 23 '23 18:03 forrestchang

@isafulf It's ready to merge, can you assist in reviewing it?

forrestchang avatar Mar 23 '23 18:03 forrestchang

Is dotenv required in poetry dependency? 👀

odysa avatar Mar 24 '23 02:03 odysa

Is dotenv required in poetry dependency? 👀

It's already in the poetry file.

forrestchang avatar Mar 24 '23 04:03 forrestchang

Can the PR be resolved please? using dotenv instead of os.environ so we can rely on .env files for the setup would be much better than exporting env variables on system level...

faileon avatar May 08 '23 08:05 faileon