OpenClaw + ClawTeam + Superpowers Git Initialization
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": 1,
|
||||
"profiles": {
|
||||
"openrouter:default": {
|
||||
"type": "api_key",
|
||||
"provider": "openrouter",
|
||||
"key": "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"
|
||||
},
|
||||
"github-copilot:github": {
|
||||
"type": "token",
|
||||
"provider": "github-copilot",
|
||||
"token": "ghu_oiih9IWd2hqFMZ0gEpWoLeZFIQl6fk1nPn2s"
|
||||
}
|
||||
},
|
||||
"lastGood": {
|
||||
"openrouter": "openrouter:default",
|
||||
"github-copilot": "github-copilot:github"
|
||||
},
|
||||
"usageStats": {
|
||||
"openrouter:default": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1775011338920
|
||||
},
|
||||
"github-copilot:github": {
|
||||
"errorCount": 0,
|
||||
"lastUsed": 1774927821704
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"providers": {
|
||||
"openrouter": {
|
||||
"baseUrl": "https://openrouter.ai/api/v1",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "auto",
|
||||
"name": "OpenRouter Auto",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 200000,
|
||||
"maxTokens": 8192
|
||||
},
|
||||
{
|
||||
"id": "openrouter/hunter-alpha",
|
||||
"name": "Hunter Alpha",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 1048576,
|
||||
"maxTokens": 65536
|
||||
},
|
||||
{
|
||||
"id": "openrouter/healer-alpha",
|
||||
"name": "Healer Alpha",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 262144,
|
||||
"maxTokens": 65536
|
||||
}
|
||||
],
|
||||
"apiKey": "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"
|
||||
},
|
||||
"github-copilot": {
|
||||
"baseUrl": "https://api.individual.githubcopilot.com",
|
||||
"models": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user