diff --git a/examples/memgpt_client.py b/examples/memgpt_client.py index 41795f2a..06577060 100644 --- a/examples/memgpt_client.py +++ b/examples/memgpt_client.py @@ -25,7 +25,7 @@ def main(): # List available keys get_keys_response = admin.get_keys(user_id=user_id) - print(f"User {user_id} has keys: {get_keys_response.api_key_list}") + print(f"User {user_id} has keys: {get_keys_response}") # Connect to the server as a user client = create_client(base_url="http://localhost:8283", token=token)