Merge pull request #904 from endolith/typos

Fix some typos
This commit is contained in:
Richard Beales
2023-04-12 08:50:06 +01:00
committed by GitHub
5 changed files with 10 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ class Config(metaclass=Singleton):
self.redis_password = os.getenv("REDIS_PASSWORD", "")
self.wipe_redis_on_start = os.getenv("WIPE_REDIS_ON_START", "True") == 'True'
self.memory_index = os.getenv("MEMORY_INDEX", 'auto-gpt')
# Note that indexes must be created on db 0 in redis, this is not configureable.
# 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