added example config file
This commit is contained in:
12
configs/memgpt_hosted.json
Normal file
12
configs/memgpt_hosted.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"context_window": 32768,
|
||||
"model": "ehartford/dolphin-2.5-mixtral-8x7b",
|
||||
"model_endpoint_type": "vllm",
|
||||
"model_endpoint": "http://api.memgpt.ai",
|
||||
"model_wrapper": "airoboros-l2-70b-2.1",
|
||||
"embedding_endpoint_type": "hugging-face",
|
||||
"embedding_endpoint": "http://embeddings.memgpt.ai",
|
||||
"embedding_model": "BAAI/bge-large-en-v1.5",
|
||||
"embedding_dim": 1536,
|
||||
"embedding_chunk_size": 300
|
||||
}
|
||||
Reference in New Issue
Block a user