abc1181 commited on
Commit
1cc982f
·
verified ·
1 Parent(s): 2c6b797

Update openclaw.json

Browse files
Files changed (1) hide show
  1. openclaw.json +4 -4
openclaw.json CHANGED
@@ -20,7 +20,7 @@
20
  "models": {
21
  "mode": "merge",
22
  "providers": {
23
- "openrouter": {
24
  "baseUrl": "https://generativelanguage.googleapis.com/v1beta/openai/",
25
  "apiKey": "__GEMINI_API_KEY__",
26
  "api": "openai-completions",
@@ -47,12 +47,12 @@
47
  "runtime": { "ttlMinutes": 120 }
48
  },
49
  "plugins": {
50
- "allow": ["telegram", "whatsapp", "acpx"],
51
  "entries": {
52
  "telegram": {
53
  "enabled": true
54
  },
55
- "whatsapp": {
56
  "enabled": true
57
  },
58
  "acpx": {
@@ -67,7 +67,7 @@
67
  "defaults": {
68
  "workspace": "~/.openclaw/workspace",
69
  "model": {
70
- "primary": "openrouter/openai/gpt-oss-20b:free"
71
  }
72
  }
73
  }
 
20
  "models": {
21
  "mode": "merge",
22
  "providers": {
23
+ "google": {
24
  "baseUrl": "https://generativelanguage.googleapis.com/v1beta/openai/",
25
  "apiKey": "__GEMINI_API_KEY__",
26
  "api": "openai-completions",
 
47
  "runtime": { "ttlMinutes": 120 }
48
  },
49
  "plugins": {
50
+ "allow": ["telegram", "whatsapp", "acpx", "discord"],
51
  "entries": {
52
  "telegram": {
53
  "enabled": true
54
  },
55
+ "discord": {
56
  "enabled": true
57
  },
58
  "acpx": {
 
67
  "defaults": {
68
  "workspace": "~/.openclaw/workspace",
69
  "model": {
70
+ "primary": "google/gemini-2.5-flash-lite"
71
  }
72
  }
73
  }