Update python_client.md (#772)

Tested this and it works. The API supports "human" and not "person" as previously stated.
This commit is contained in:
vinayak-revelation
2024-01-02 16:07:15 -08:00
committed by GitHub
parent 323a542b8f
commit cfc7f46d13

View File

@@ -21,7 +21,7 @@ client = MemGPT(
agent_id = client.create_agent(
agent_config={
"persona": "sam_pov",
"user": "cs_phd",
"human": "cs_phd",
}
)