mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
Merge branch 'main' into fix-doc
This commit is contained in:
@@ -104,30 +104,30 @@ Note: Sensitive fields are omitted because they're loaded from .security.yml
|
||||
],
|
||||
"channels": {
|
||||
"telegram": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
// token is automatically loaded from .security.yml
|
||||
},
|
||||
"discord": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
// token is automatically loaded from .security.yml
|
||||
}
|
||||
},
|
||||
"tools": {
|
||||
"web": {
|
||||
"brave": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
// api_key is automatically loaded from .security.yml
|
||||
},
|
||||
"tavily": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
// api_key is automatically loaded from .security.yml
|
||||
},
|
||||
"glm_search": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
// api_key is automatically loaded from .security.yml
|
||||
},
|
||||
"baidu_search": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
// api_key is automatically loaded from .security.yml
|
||||
}
|
||||
}
|
||||
@@ -237,8 +237,6 @@ channels:
|
||||
nickserv_password: "value"
|
||||
sasl_password: "value"
|
||||
|
||||
```
|
||||
|
||||
## Web Tool API Keys
|
||||
|
||||
**Brave, Tavily, Perplexity:**
|
||||
@@ -429,13 +427,13 @@ web:
|
||||
"tools": {
|
||||
"web": {
|
||||
"brave": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
},
|
||||
"tavily": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
},
|
||||
"glm_search": {
|
||||
"enabled": true"
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user