mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-05 15:24:23 +01:00
7 lines
144 B
Python
7 lines
144 B
Python
from dotenv import load_dotenv
|
|
|
|
# Load the users .env file into environment variables
|
|
load_dotenv(verbose=True, override=True)
|
|
|
|
del load_dotenv
|