Merge branch 'master' into feature/weaviate-memory

This commit is contained in:
cs0lar
2023-04-13 06:23:36 +01:00
16 changed files with 93 additions and 23 deletions

View File

@@ -61,7 +61,7 @@ class Config(metaclass=Singleton):
self.use_mac_os_tts = False
self.use_mac_os_tts = os.getenv("USE_MAC_OS_TTS")
self.google_api_key = os.getenv("GOOGLE_API_KEY")
self.custom_search_engine_id = os.getenv("CUSTOM_SEARCH_ENGINE_ID")