fix(devcontainer): remove invalid JSON trailing commas from opencode.json #11109

Closed
HAL9000 wants to merge 2 commits from fix/trailing-comma-opencode-json into master
2 changed files with 9 additions and 11 deletions
+9 -9
View File
2
@@ -11,7 +11,7 @@
"type": "local",
"command": ["npx", "@modelcontextprotocol/server-sequential-thinking"],
"enabled": false
},
}
},
"provider": {
"CleverThis": {
@@ -21,7 +21,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
@@ -38,7 +38,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
@@ -59,7 +59,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
@@ -76,7 +76,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
@@ -93,7 +93,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
@@ -110,7 +110,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
@@ -127,7 +127,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
@@ -144,7 +144,7 @@
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
-2
View File
@@ -3,8 +3,6 @@ name: CI
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
vars:
docker_prefix: "http://harbor.cleverthis.com/docker/"