mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
config.py: make load_dotenv(override=True) (#2788)
This commit is contained in:
@@ -10,7 +10,7 @@ from dotenv import load_dotenv
|
||||
|
||||
from autogpt.config.singleton import Singleton
|
||||
|
||||
load_dotenv(verbose=True)
|
||||
load_dotenv(verbose=True, override=True)
|
||||
|
||||
|
||||
class Config(metaclass=Singleton):
|
||||
|
||||
Reference in New Issue
Block a user