feat&fix: update paths in configuration, enhance error handling, and improve UI elements
This commit is contained in:
@@ -18,6 +18,10 @@ from mm_agents.openai_cua_agent import OpenAICUAAgent
|
||||
|
||||
# import wandb
|
||||
|
||||
# load the environment variables from .env file
|
||||
if os.path.exists(".env"):
|
||||
from dotenv import load_dotenv
|
||||
load_dotenv()
|
||||
|
||||
# Logger Configs {{{ #
|
||||
logger = logging.getLogger()
|
||||
|
||||
Reference in New Issue
Block a user