mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
add the browser config example
This commit is contained in:
parent
e246a9cff9
commit
a515f701e1
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ search:
|
|||
api_key: "YOUR_API_KEY"
|
||||
cse_id: "YOUR_CSE_ID"
|
||||
|
||||
browser:
|
||||
engine: "playwright" # playwright/selenium
|
||||
browser_type: "chromium" # playwright: chromium/firefox/webkit; selenium: chrome/firefox/edge/ie
|
||||
|
||||
mermaid:
|
||||
engine: "pyppeteer"
|
||||
path: "/Applications/Google Chrome.app"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue