9888c2f6e6
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 34s
CI / push-validation (pull_request) Successful in 28s
CI / build (pull_request) Successful in 58s
CI / lint (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m21s
CI / typecheck (pull_request) Successful in 1m55s
CI / security (pull_request) Successful in 1m57s
CI / integration_tests (pull_request) Successful in 3m46s
CI / e2e_tests (pull_request) Successful in 3m54s
CI / unit_tests (pull_request) Successful in 5m3s
CI / docker (pull_request) Successful in 1m36s
CI / coverage (pull_request) Successful in 12m4s
CI / status-check (pull_request) Successful in 3s
CI / benchmark-publish (push) Failing after 43s
CI / lint (push) Successful in 1m2s
CI / helm (push) Successful in 29s
CI / push-validation (push) Successful in 28s
CI / quality (push) Successful in 1m12s
CI / typecheck (push) Successful in 1m21s
CI / build (push) Successful in 49s
CI / security (push) Successful in 1m51s
CI / integration_tests (push) Successful in 3m31s
CI / e2e_tests (push) Successful in 3m29s
CI / unit_tests (push) Successful in 4m33s
CI / docker (push) Successful in 1m30s
CI / coverage (push) Successful in 12m38s
CI / status-check (push) Successful in 3s
79 lines
2.0 KiB
JSON
79 lines
2.0 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": "allow",
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "@upstash/context7-mcp"],
|
|
"enabled": true
|
|
},
|
|
"sequential-thinking": {
|
|
"type": "local",
|
|
"command": ["npx", "@modelcontextprotocol/server-sequential-thinking"],
|
|
"enabled": true
|
|
},
|
|
},
|
|
"provider": {
|
|
"CleverThis": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"options": {
|
|
"baseURL": "https://bvx6otgvwg2ulrqp.us-east-2.aws.endpoints.huggingface.cloud/v1",
|
|
"apiKey": "{env:HF_TOKEN}",
|
|
"headers": {
|
|
"X-HF-Bill-To": "CleverThis",
|
|
"Authorization": "Bearer {env:HF_TOKEN}",
|
|
}
|
|
},
|
|
"models": {
|
|
"Qwen/Qwen3.6-35B-A3B": {
|
|
"name": "Qwen 3.6 35b A3B",
|
|
"limit": {
|
|
"context": 262144,
|
|
"output": 65536
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CleverThis-1": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"options": {
|
|
"baseURL": "https://uwrztmmzueq75pt6.us-east-1.aws.endpoints.huggingface.cloud/v1",
|
|
"apiKey": "{env:HF_TOKEN}",
|
|
"headers": {
|
|
"X-HF-Bill-To": "CleverThis",
|
|
"Authorization": "Bearer {env:HF_TOKEN}",
|
|
}
|
|
},
|
|
"models": {
|
|
"Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
"name": "Qwen 3-Next 80b A3B Instruct",
|
|
"limit": {
|
|
"context": 262144,
|
|
"output": 65536
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"CleverThis-2": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"options": {
|
|
"baseURL": "https://obdke8f40n0l00nj.us-east-1.aws.endpoints.huggingface.cloud/v1",
|
|
"apiKey": "{env:HF_TOKEN}",
|
|
"headers": {
|
|
"X-HF-Bill-To": "CleverThis",
|
|
"Authorization": "Bearer {env:HF_TOKEN}",
|
|
}
|
|
},
|
|
"models": {
|
|
"MiniMaxAI/MiniMax-M2.5": {
|
|
"name": "MiniMax M2.5",
|
|
"limit": {
|
|
"context": 196608,
|
|
"output": 65536
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|