You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
437 B
11 lines
437 B
AGENT_ID={{AGENT_ID}} |
|
CONTROL_UI_TOKEN={{CONTROL_UI_TOKEN}} |
|
HUB_QDRANT_URL=http://100.115.94.1:6333 |
|
# mem0-integration skill (Layer 4) reads these; align with HUB_QDRANT_URL if using central Qdrant |
|
MEM0_QDRANT_HOST=100.115.94.1 |
|
MEM0_QDRANT_PORT=6333 |
|
# Generic LLM provider configuration (provider-agnostic) |
|
LLM_BASE_URL={{LLM_BASE_URL}} |
|
LLM_API_KEY={{LLM_API_KEY}} |
|
LLM_MODEL_ID={{LLM_MODEL_ID}} |
|
EMBEDDING_MODEL_ID={{EMBEDDING_MODEL_ID}}
|
|
|