Skip to content

Commit b4450eb

Browse files
committed
fix: update computer_use_runtime to 'none' for improved configuration flexibility
1 parent daa2efd commit b4450eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"proactive_capability": {
130130
"add_cron_tools": True,
131131
},
132-
"computer_use_runtime": "local",
132+
"computer_use_runtime": "none",
133133
"computer_use_require_admin": True,
134134
"sandbox": {
135135
"booter": "shipyard",

0 commit comments

Comments
 (0)