Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Apr 21, 2024
1 parent d170a6e commit 2b22ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memgpt/server/rest_api/agents/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def create_agent(
name=agent_state.name,
user_id=agent_state.user_id,
preset=agent_state.preset,
persona=agent_state.personate,
persona=agent_state.persona,
human=agent_state.human,
llm_config=llm_config,
embedding_config=embedding_config,
Expand Down

0 comments on commit 2b22ca5

Please sign in to comment.