latest updates
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
/logs
|
||||
/media
|
||||
/agents/main/sessions
|
||||
/telegram
|
||||
*.bak.*
|
||||
*.bak
|
||||
*.bak
|
||||
openclaw.json.*
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"usageStats": {
|
||||
"openrouter:default": {
|
||||
"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",
|
||||
"publicKey": "ugXcCX8u1ghOWziA8_4HwBmoQTS8d14Gh12DGkvkJuw",
|
||||
"platform": "linux",
|
||||
"clientId": "openclaw-probe",
|
||||
"clientId": "cli",
|
||||
"clientMode": "probe",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"scopes": [
|
||||
"operator.read"
|
||||
],
|
||||
"updatedAtMs": 1775321698632
|
||||
"updatedAtMs": 1775476577814
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,10 +5,13 @@
|
||||
"models": {
|
||||
"openrouter/auto": {
|
||||
"alias": "OpenRouter"
|
||||
},
|
||||
"openrouter/free": {
|
||||
"alias": "OpenRouter (free)"
|
||||
}
|
||||
},
|
||||
"model": {
|
||||
"primary": "openrouter/auto"
|
||||
"primary": "openrouter/free"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -54,6 +57,20 @@
|
||||
"fetch": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"media": {
|
||||
"audio": {
|
||||
"enabled": true,
|
||||
"maxBytes": 20971520,
|
||||
"models": [
|
||||
{
|
||||
"type": "cli",
|
||||
"command": "whisper",
|
||||
"args": ["--model", "base", "{{MediaPath}}"],
|
||||
"timeoutSeconds": 45
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
|
||||
@@ -1 +1 @@
|
||||
b640af9e8357fcd9
|
||||
0d5f1ce6d6114cd5
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"lastUpdateId": 679337681,
|
||||
"lastUpdateId": 679337698,
|
||||
"botId": "8663108961"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user