aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/config/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/config/config.py')
-rw-r--r--autogpts/autogpt/autogpt/config/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogpts/autogpt/autogpt/config/config.py b/autogpts/autogpt/autogpt/config/config.py
index 2ee39afc9..4ea94fc77 100644
--- a/autogpts/autogpt/autogpt/config/config.py
+++ b/autogpts/autogpt/autogpt/config/config.py
@@ -24,6 +24,7 @@ from autogpt.core.resource.model_providers.openai import (
OpenAIModelName,
)
from autogpt.file_storage import FileStorageBackendName
+from autogpt.logs.config import LoggingConfig
from autogpt.plugins.plugins_config import PluginsConfig
from autogpt.speech import TTSConfig
@@ -58,6 +59,7 @@ class Config(SystemSettings, arbitrary_types_allowed=True):
)
# TTS configuration
+ logging: LoggingConfig = LoggingConfig()
tts_config: TTSConfig = TTSConfig()
# File storage