mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +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__ = [
|
__all__ = [
|
||||||
"get_memory",
|
"get_memory",
|
||||||
"LocalCache",
|
"LocalCache",
|
||||||
"RedisCache",
|
"RedisMemory",
|
||||||
"PineconeCache",
|
"PineconeMemory",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user