From cfc7f46d13212bae47ce933f628b358c8b030129 Mon Sep 17 00:00:00 2001 From: vinayak-revelation <147894203+vinayak-revelation@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:07:15 -0800 Subject: [PATCH] Update python_client.md (#772) Tested this and it works. The API supports "human" and not "person" as previously stated. --- docs/python_client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python_client.md b/docs/python_client.md index cc47b1ec..c5f63c12 100644 --- a/docs/python_client.md +++ b/docs/python_client.md @@ -21,7 +21,7 @@ client = MemGPT( agent_id = client.create_agent( agent_config={ "persona": "sam_pov", - "user": "cs_phd", + "human": "cs_phd", } )