wwqg commited on
Commit
538011a
·
verified ·
1 Parent(s): a418fc8

Update openclaw.json

Browse files
Files changed (1) hide show
  1. openclaw.json +21 -13
openclaw.json CHANGED
@@ -1,19 +1,27 @@
1
  {
2
- agents: {
3
- defaults: { model: { primary: "moonshot/kimi-k2.5" } },
 
 
 
 
4
  },
5
- models: {
6
- mode: "merge",
7
- providers: {
8
- moonshot: {
9
- baseUrl: "https://api.moonshot.cn/v1",
10
- apiKey: "${MOONSHOT_API_KEY}",
11
- api: "openai-completions",
12
- models: [{ id: "kimi-k2.5", name: "Kimi K2.5" }],
13
- },
14
- },
 
 
 
 
 
15
  },
16
-
17
  "gateway": {
18
  "port": 7860,
19
  "auth": {
 
1
  {
2
+ "agents": {
3
+ "defaults": {
4
+ "model": {
5
+ "primary": "moonshot/kimi-k2.5"
6
+ }
7
+ }
8
  },
9
+ "models": {
10
+ "mode": "merge",
11
+ "providers": {
12
+ "moonshot": {
13
+ "baseUrl": "https://api.moonshot.cn/v1",
14
+ "apiKey": "${MOONSHOT_API_KEY}",
15
+ "api": "openai-completions",
16
+ "models": [
17
+ {
18
+ "id": "kimi-k2.5",
19
+ "name": "Kimi K2.5"
20
+ }
21
+ ]
22
+ }
23
+ }
24
  },
 
25
  "gateway": {
26
  "port": 7860,
27
  "auth": {