Revert "added example config file"

This reverts commit f8e0783b611f89ab62cd15fa4ec80bf9aa28b1f8.
This commit is contained in:
cpacker
2023-12-18 00:48:33 -08:00
parent 2bb34fb02d
commit fbde2b47d1

View File

@@ -1,12 +0,0 @@
{
"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
}