sovereigncode / configs /gateway.local.json
AbteeXAILabs's picture
Publish expanded LumynaX product platform package
dc6ccfd verified
Raw
History Blame Contribute Delete
327 Bytes
{
"mode": "route_only",
"prompt_retention": "not_stored_by_default",
"default_timeout_seconds": 120,
"backends": {
"example-local-openai-compatible": {
"type": "openai_compatible",
"base_url": "http://127.0.0.1:8000/v1",
"api_key_env": "",
"model": "local-model-id"
}
}
}