Co-authored-by: Charles Packer <packercharles@gmail.com> Co-authored-by: Shubham Naik <shubham.naik10@gmail.com> Co-authored-by: Shubham Naik <shub@memgpt.ai>
12 lines
365 B
JSON
12 lines
365 B
JSON
{
|
|
"context_window": 8192,
|
|
"model_endpoint_type": "openai",
|
|
"model_endpoint": "https://inference.memgpt.ai",
|
|
"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
|
|
}
|