Files
letta-server/tests/configs/letta_hosted.json
Kian Jones b8e9a80d93 merge this (#4759)
* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00

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.letta.com",
"embedding_model": "BAAI/bge-large-en-v1.5",
"embedding_dim": 1024,
"embedding_chunk_size": 300
}