latest updates
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,7 @@
|
|||||||
/logs
|
/logs
|
||||||
/media
|
/media
|
||||||
/agents/main/sessions
|
/agents/main/sessions
|
||||||
|
/telegram
|
||||||
*.bak.*
|
*.bak.*
|
||||||
*.bak
|
*.bak
|
||||||
|
openclaw.json.*
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"usageStats": {
|
"usageStats": {
|
||||||
"openrouter:default": {
|
"openrouter:default": {
|
||||||
"errorCount": 0,
|
"errorCount": 0,
|
||||||
"lastUsed": 1775322833462
|
"lastUsed": 1775485483494
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
cache/openrouter-models.json
vendored
Normal file
1
cache/openrouter-models.json
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
"deviceId": "0c66624cc9de965f99919e98bc64fcf523cd48307626a74e44157f953d659fe0",
|
"deviceId": "0c66624cc9de965f99919e98bc64fcf523cd48307626a74e44157f953d659fe0",
|
||||||
"publicKey": "ugXcCX8u1ghOWziA8_4HwBmoQTS8d14Gh12DGkvkJuw",
|
"publicKey": "ugXcCX8u1ghOWziA8_4HwBmoQTS8d14Gh12DGkvkJuw",
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"clientId": "openclaw-probe",
|
"clientId": "cli",
|
||||||
"clientMode": "probe",
|
"clientMode": "probe",
|
||||||
"role": "operator",
|
"role": "operator",
|
||||||
"roles": [
|
"roles": [
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"scopes": [
|
"scopes": [
|
||||||
"operator.read"
|
"operator.read"
|
||||||
],
|
],
|
||||||
"updatedAtMs": 1775321698632
|
"updatedAtMs": 1775476577814
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,10 +5,13 @@
|
|||||||
"models": {
|
"models": {
|
||||||
"openrouter/auto": {
|
"openrouter/auto": {
|
||||||
"alias": "OpenRouter"
|
"alias": "OpenRouter"
|
||||||
|
},
|
||||||
|
"openrouter/free": {
|
||||||
|
"alias": "OpenRouter (free)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"model": {
|
"model": {
|
||||||
"primary": "openrouter/auto"
|
"primary": "openrouter/free"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -54,6 +57,20 @@
|
|||||||
"fetch": {
|
"fetch": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"media": {
|
||||||
|
"audio": {
|
||||||
|
"enabled": true,
|
||||||
|
"maxBytes": 20971520,
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"type": "cli",
|
||||||
|
"command": "whisper",
|
||||||
|
"args": ["--model", "base", "{{MediaPath}}"],
|
||||||
|
"timeoutSeconds": 45
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
b640af9e8357fcd9
|
0d5f1ce6d6114cd5
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"lastUpdateId": 679337681,
|
"lastUpdateId": 679337698,
|
||||||
"botId": "8663108961"
|
"botId": "8663108961"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user