mirror of
https://github.com/bendtherules/mispair-demo.git
synced 2026-08-18 13:22:17 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"provider": {
|
|
"mispair-live": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "Mispair Live",
|
|
"options": {
|
|
"baseURL": "https://mispair3.bendtherules.in/v1",
|
|
"apiKey": "dummy-key"
|
|
},
|
|
"models": {
|
|
"temperature-sensor-dashboard": { "name": "Temperature Sensor Dashboard" }
|
|
}
|
|
},
|
|
"mispair-live-pr-1": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "Mispair PR 1",
|
|
"options": {
|
|
"baseURL": "https://11.mispair-hk1.bendtherules.in/v1",
|
|
"apiKey": "dummy-key"
|
|
},
|
|
"models": {
|
|
"temperature-sensor-dashboard": { "name": "Temperature Sensor Dashboard (PR)" }
|
|
}
|
|
},
|
|
"mispair-live-pr-2": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "Mispair PR 2",
|
|
"options": {
|
|
"baseURL": "https://15.mispair3.bendtherules.in/v1",
|
|
"apiKey": "dummy-key"
|
|
},
|
|
"models": {
|
|
"temperature-sensor-dashboard": { "name": "Temperature Sensor Dashboard (PR)" }
|
|
}
|
|
}
|
|
},
|
|
"agent": {
|
|
"build": {
|
|
"mode": "primary",
|
|
"prompt": "{file:./.opencode/prompt.txt}"
|
|
},
|
|
"plan": {
|
|
"mode": "primary",
|
|
"prompt": "{file:./.opencode/prompt.txt}"
|
|
}
|
|
}
|
|
}
|