Rename to hkt.sh
This commit is contained in:
60
tmp/n100-openclaw-config.json
Normal file
60
tmp/n100-openclaw-config.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"workspace": "/root/.openclaw/workspace",
|
||||
"model": "gpt-5.4",
|
||||
"imageModel": "gemini-2.5-flash"
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"telegram": {
|
||||
"bots": [
|
||||
{
|
||||
"token": "8782003171:AAGlJK1Icrcwm8QR8bScLlUVp1jHoWC8t5c",
|
||||
"allowFrom": [165067365, 8293510438]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
"cliproxy": {
|
||||
"baseUrl": "http://195.128.100.201:8317",
|
||||
"apiKey": "sk-cliproxy-default-key-2026",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
"gpt-5.4",
|
||||
"gpt-5.1-codex",
|
||||
"gpt-5.2-codex",
|
||||
"gpt-5.3-codex-spark",
|
||||
"claude-sonnet-4-6",
|
||||
"claude-opus-4-6",
|
||||
"gemini-2.5-pro",
|
||||
"gemini-2.5-flash"
|
||||
]
|
||||
}
|
||||
},
|
||||
"audio": {
|
||||
"transcription": {
|
||||
"provider": "openai-whisper",
|
||||
"model": "whisper-1"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"native": "auto",
|
||||
"nativeSkills": "auto",
|
||||
"restart": true,
|
||||
"ownerDisplay": "raw"
|
||||
},
|
||||
"gateway": {
|
||||
"bind": "0.0.0.0",
|
||||
"port": 18790
|
||||
},
|
||||
"browser": {
|
||||
"enabled": true,
|
||||
"port": 18792
|
||||
},
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.3.7",
|
||||
"lastTouchedAt": "2026-03-08T11:13:00.000Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user