mirror of
https://github.com/cpacker/MemGPT.git
synced 2025-06-03 04:30:22 +00:00

Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com> Co-authored-by: Andy Li <55300002+cliandy@users.noreply.github.com> Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
12 lines
347 B
JSON
12 lines
347 B
JSON
{
|
|
"context_window": 8192,
|
|
"model_endpoint_type": "openai",
|
|
"model_endpoint": "https://inference.letta.com",
|
|
"model": "memgpt-openai",
|
|
"embedding_endpoint_type": "hugging-face",
|
|
"embedding_endpoint": "https://embeddings.memgpt.ai",
|
|
"embedding_model": "BAAI/bge-large-en-v1.5",
|
|
"embedding_dim": 1024,
|
|
"embedding_chunk_size": 300
|
|
}
|