mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +01:00
Refactor/move singleton out of config module (#3161)
This commit is contained in:
@@ -8,7 +8,7 @@ from auto_gpt_plugin_template import AutoGPTPluginTemplate
|
||||
from colorama import Fore
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from autogpt.config.singleton import Singleton
|
||||
from autogpt.singleton import Singleton
|
||||
|
||||
load_dotenv(verbose=True, override=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user