mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
Fixes incorrect class names in __all__
Changes "Cache" to "Memory".
This commit is contained in:
committed by
GitHub
parent
a34c51bf86
commit
d1777e39a8
@@ -37,6 +37,6 @@ def get_memory(cfg, init=False):
|
||||
__all__ = [
|
||||
"get_memory",
|
||||
"LocalCache",
|
||||
"RedisCache",
|
||||
"PineconeCache",
|
||||
"RedisMemory",
|
||||
"PineconeMemory",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user