memory / config.json
gcharanteja
feat: add curation functionality with OpenAI integration
3c351e6
Raw
History Blame Contribute Delete
270 Bytes
{
"CHROMA_URL": "https://maxxcarl-chroma.hf.space",
"CHROMA_COLLECTION": "mcptest22",
"EMBEDDER_BASE_URL": "https://maxxcarl-emb1024.hf.space",
"EMBEDDER_API_KEY": "Azure123",
"OPENAI_MODEL": "stepfun-ai/step-3.5-flash",
"OUTPUT_DIR": "/data/context-tree"
}