mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
Added some comments
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
from memory.local import LocalCache
|
from memory.local import LocalCache
|
||||||
|
|
||||||
|
# List of supported memory backends
|
||||||
|
# Add a backend to this list if the import attempt is successful
|
||||||
supported_memory = ['local']
|
supported_memory = ['local']
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user