chatgpt-retrieval-plugin
chatgpt-retrieval-plugin copied to clipboard
feat: add load env and env example file
This pull request proposes using the load_dotenv method to streamline the setup of environment variables.
@isafulf It's ready to merge, can you assist in reviewing it?
Is dotenv required in poetry dependency? 👀
Is
dotenvrequired in poetry dependency? 👀
It's already in the poetry file.
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...