edit docker files, add skill of browser-use in the workdir
This commit is contained in:
parent
2f74daa8a6
commit
7832c30cc0
12 changed files with 421 additions and 4 deletions
16
browser-use/assets/config.example.json
Normal file
16
browser-use/assets/config.example.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"browser": {
|
||||
"cdp_url": "ws://chromium:3000/chromium?token=hermes-local",
|
||||
"headless": true,
|
||||
"timeout": 120000
|
||||
},
|
||||
"agent": {
|
||||
"model_env": "BROWSER_USE_MODEL",
|
||||
"max_steps": 20,
|
||||
"use_vision": false
|
||||
},
|
||||
"logging": {
|
||||
"level": "info"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue