From 2d5c4413581fef71a19c90bd755ab1edee9c2a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8E=98=E6=9D=83=20=E9=A9=AC?= Date: Thu, 15 Aug 2024 22:10:03 +0800 Subject: [PATCH] feat: -exp_manager = get_exp_manager() --- examples/exp_pool/manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/exp_pool/manager.py b/examples/exp_pool/manager.py index 94969a38b..c9ec46da5 100644 --- a/examples/exp_pool/manager.py +++ b/examples/exp_pool/manager.py @@ -15,7 +15,6 @@ async def main(): # Define the simple request and response req = "Simple req" resp = "Simple resp" - exp_manager = get_exp_manager() # Add the new experience exp = Experience(req=req, resp=resp, entry_type=EntryType.MANUAL)