
- Add deploy-rs as flake input - Configure deploy.nodes for all 4 machines (sleeper-service, grey-area, reverse-proxy, congenital-optimist) - Include safety features: autoRollback, magicRollback, activation timeouts - Add deploy-rs checks for validation - Successfully tested dry-run deployment This completes Tasks 1-3 from the deploy-rs integration roadmap.
38 lines
No EOL
1,018 B
JSON
38 lines
No EOL
1,018 B
JSON
{
|
|
"models": {
|
|
"main": {
|
|
"provider": "openrouter",
|
|
"modelId": "deepseek/deepseek-chat-v3-0324:free",
|
|
"maxTokens": 4096,
|
|
"temperature": 0.2,
|
|
"baseURL": "http://grey-area:11434/v1"
|
|
},
|
|
"research": {
|
|
"provider": "openai",
|
|
"modelId": "deepseek-r1:1.5b",
|
|
"maxTokens": 4096,
|
|
"temperature": 0.1,
|
|
"baseURL": "http://grey-area:11434/v1"
|
|
},
|
|
"fallback": {
|
|
"provider": "openai",
|
|
"modelId": "gemma3:4b-it-qat",
|
|
"maxTokens": 4096,
|
|
"temperature": 0.3,
|
|
"baseURL": "http://grey-area:11434/v1"
|
|
}
|
|
},
|
|
"global": {
|
|
"logLevel": "info",
|
|
"debug": false,
|
|
"defaultSubtasks": 5,
|
|
"defaultPriority": "medium",
|
|
"projectName": "Home Lab Infrastructure",
|
|
"ollamaBaseURL": "http://grey-area:11434/v1",
|
|
"bedrockBaseURL": "https://bedrock.us-east-1.amazonaws.com",
|
|
"vertexProjectId": "your-gcp-project-id",
|
|
"vertexLocation": "us-central1",
|
|
"userId": "1234567890",
|
|
"defaultTag": "master"
|
|
}
|
|
} |