diff --git a/README.md b/README.md index b03bd84..46fb9bf 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Add the `slots` field so OpenClaw routes context-offload requests to this plugin { "plugins": { "slots": { - "contextEngine": "openclaw-context-offload" + "contextEngine": "memory-tencentdb" } } } diff --git a/README_CN.md b/README_CN.md index f925b90..15805f2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -181,7 +181,7 @@ openclaw gateway restart { "plugins": { "slots": { - "contextEngine": "openclaw-context-offload" + "contextEngine": "memory-tencentdb" } } }