新增16个AI技能:包含图像生成、视频剪辑、数据分析、智能查询等功能模块
This commit is contained in:
21
.opencode/skills/smart-query/config/settings.json
Normal file
21
.opencode/skills/smart-query/config/settings.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"ssh": {
|
||||
"host": "",
|
||||
"port": 22,
|
||||
"username": "",
|
||||
"password": "",
|
||||
"key_file": null
|
||||
},
|
||||
"database": {
|
||||
"type": "mysql",
|
||||
"host": "127.0.0.1",
|
||||
"port": 3306,
|
||||
"database": "your_database",
|
||||
"username": "your_db_user",
|
||||
"password": "your_db_password"
|
||||
},
|
||||
"query": {
|
||||
"max_rows": 100,
|
||||
"timeout": 30
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user