Update config.py

This commit is contained in:
Maiko Bossuyt
2023-04-12 18:03:59 +02:00
parent a615e57061
commit 8baa0769b1

View File

@@ -83,7 +83,6 @@ class Config(metaclass=Singleton):
# Note that indexes must be created on db 0 in redis, this is not configurable.
self.memory_backend = os.getenv("MEMORY_BACKEND", 'local')
# Initialize the OpenAI API client
openai.api_key = self.openai_api_key