Replies: 1 comment 1 reply
-
This is pre-defined by the Letta system prompt, per my understanding. You could modify it to use your own system prompt instead to control its behavior. client = create_client()
agent_state = client.create_agent(
name="agent_name",
memory=ChatMemory(human="Name: Sarah", persona="You are a helpful assistant that loves emojis"),
# system instructions for the agent (defaults to `memgpt_chat`)
system=gpt_system.get_system_text("memgpt_chat"),
) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't really understand the letta responses, it feels completely different from gpt4o. I'll explain myself, I wanted to test letta when it's clean. Almost no system prompt and even though the agent is connected to gpt4o, the responses are very, very short. Does anyone know why this is?
Beta Was this translation helpful? Give feedback.
All reactions