# Set TRPC_AGENT_API_KEY、TRPC_AGENT_BASE_URL、TRPC_AGENT_MODEL_NAME
TRPC_AGENT_API_KEY=your-api-key
TRPC_AGENT_BASE_URL=your-base-url
TRPC_AGENT_MODEL_NAME=your-model-name

# MemPalace config, you can change the wing and room to your own.
MEMPALACE_WING=personal_assistant_alice  # default is personal_assistant_alice
MEMPALACE_ROOM=user_profile # default is user_profile
# Optional. Use the same path with `mempalace --palace ... search`.
# If you want to use the default MemPalace path, you can comment out the following two lines.
MEMPALACE_PALACE_PATH=~/.mempalace
MEMPALACE_KG_PATH=~/.mempalace/knowledge_graph.sqlite3

