Files
letta-server/tests/data/memgpt-0.2.11/agents/agent_test_attach/config.json
2024-01-11 14:57:21 -08:00

22 lines
676 B
JSON

{
"name": "agent_test_attach",
"persona": "sam_pov",
"human": "basic",
"preset": "memgpt_chat",
"context_window": 8192,
"model": "gpt-4",
"model_endpoint_type": "openai",
"model_endpoint": "https://api.openai.com/v1",
"model_wrapper": null,
"embedding_endpoint_type": "openai",
"embedding_endpoint": "https://api.openai.com/v1",
"embedding_model": null,
"embedding_dim": 1536,
"embedding_chunk_size": 300,
"data_sources": [
"test"
],
"create_time": "2024-01-11 12:41:37 PM",
"memgpt_version": "0.2.11",
"agent_config_path": "/Users/sarahwooders/.memgpt/agents/agent_test_attach/config.json"
}