Commit Graph

100 Commits

Author SHA1 Message Date
vvincent1234
db73db1f7c fix macos cannot use own browser 2025-01-11 16:30:31 +08:00
warmshao
b00ebf5ee4 Merge pull request #81 from vvincent1234/fix/default_api_key
remove default api key
2025-01-11 11:17:04 +08:00
vvincent1234
ed38f5bb7e remove default api key 2025-01-11 11:12:34 +08:00
warmshao
5ba0ca5cad Merge pull request #77 from MeshkatShB/chore/clean-code-llm-provider
Chore/clean code llm provider
2025-01-10 23:14:06 +08:00
meshkatshb
8198d68e4d revert changes 2025-01-10 18:00:10 +03:30
meshkatshb
d988bf1c95 revert changes 2025-01-10 17:59:20 +03:30
meshkatshb
dab1693bce refactor(chore): read llm provider and model from dictionary 2025-01-10 17:39:58 +03:30
meshkatshb
a877812cab Merge branch 'llmconf/set-default-provider' of github.com:MeshkatShB/browser-web-ui 2025-01-10 17:14:01 +03:30
warmshao
9c3b1c7257 Merge pull request #74 from MeshkatShB/llmconf/set-default-provider
feat: add llm provider and model default value to supperss `UserWarning`
2025-01-10 21:33:59 +08:00
meshkatshb
ab0ba4589b feat: add openai provider and mode dropdown menu 2025-01-10 17:01:15 +03:30
warmshao
1ab85f0633 Merge pull request #76 from vvincent1234/fix/update_readme
add  keep browser open and docker setup to readme
2025-01-10 19:50:05 +08:00
vvincent1234
1d8b29d7c4 add keep browser open and docker setup to readme 2025-01-10 19:48:17 +08:00
warmshao
48659b4afb Merge pull request #73 from casistack/feat--add-Docker-support-and-environment-configuration-updated
Feat  add docker support and environment configuration updated
2025-01-10 19:14:23 +08:00
meshkatshb
ee98946057 Merge branch 'llmconf/set-default-provider' of github.com:MeshkatShB/browser-web-ui 2025-01-10 14:04:45 +03:30
meshkatshb
91f89e7045 feat: initialize browser and close it to resolve UnboundLocalError. 2025-01-10 13:55:10 +03:30
meshkatshb
517c8e0cf8 feat: add default value to supperss UserWarning 2025-01-10 13:24:44 +03:30
casistack
98cc07d843 Implement Browser context 1 2025-01-09 20:24:40 +00:00
casistack
eef817ff8e Add docker support 2025-01-09 19:46:43 +00:00
warmshao
db6348d4c7 Merge pull request #63 from vvincent1234/fix/update_custom_tool_calls
add trace path and fix tool_calls example
2025-01-09 20:59:15 +08:00
vvincent1234
e7ff2ff97c add trace path and fix tool_calls example 2025-01-09 20:54:32 +08:00
warmshao
68d0ea2593 Merge pull request #54 from MeshkatShB/docs/update-readme
Docs/update readme
2025-01-09 08:15:28 +08:00
warmshao
786d0ae125 Merge pull request #55 from richard-devbot/main
Enable/Disable Recordings
2025-01-09 08:14:06 +08:00
warmshao
70d014e1f6 Merge pull request #56 from pranavred/patch-1
Update test_playwright.py
2025-01-09 08:05:06 +08:00
Pranav
c6adb9338b Update test_playwright.py
Added some translations
2025-01-08 12:32:15 -05:00
meshkatshb
a2f6a2a103 refactor: updated line of myenv 2025-01-08 20:07:53 +03:30
meshkatshb
27bb6480b0 feat: add theme and dark-mode arguments in readme file. 2025-01-08 20:00:52 +03:30
Richardson Gunde
76deffa15d Update webui.py
added enable/disable for recordings
2025-01-08 21:51:17 +05:30
Richardson Gunde
a91376c12b Update webui.py 2025-01-08 21:48:02 +05:30
Gregor Žunič
e6da486a01 Merge pull request #53 from browser-use/license
added mit license
2025-01-08 08:16:54 -08:00
Gregor Žunič
8d0efa0b13 added mit license 2025-01-08 08:16:40 -08:00
meshkatshb
905eeb7e4d feat: add virtual environment to gitignore 2025-01-08 19:32:48 +03:30
warmshao
439697736f Merge pull request #28 from richard-devbot/main
Update LLM configuration Tab to display list of models
2025-01-08 23:38:58 +08:00
Richardson Gunde
295366195a Update webui.py 2025-01-08 21:05:09 +05:30
Richardson Gunde
160f83f21c Update utils.py 2025-01-08 21:00:59 +05:30
Richardson Gunde
454034854e Update webui.py 2025-01-08 21:00:18 +05:30
Richardson Gunde
cc2ce9087a Update webui.py 2025-01-08 20:33:22 +05:30
Richardson Gunde
e3bee13212 Merge branch 'main' into main 2025-01-08 20:14:33 +05:30
Richardson Gunde
94e313d1b6 Update utils.py 2025-01-08 20:12:26 +05:30
Richardson Gunde
3742dbec72 Update test_browser_use.py 2025-01-08 19:55:14 +05:30
Richardson Gunde
18625cff82 Update custom_views.py 2025-01-08 19:54:37 +05:30
Richardson Gunde
a6813aa14f Update custom_prompts.py 2025-01-08 19:54:11 +05:30
Richardson Gunde
419b6f5e17 Update custom_massage_manager.py 2025-01-08 19:53:24 +05:30
Richardson Gunde
3740b93746 Update custom_agent.py 2025-01-08 19:53:10 +05:30
Richardson Gunde
83b08e4602 Update custom_context.py 2025-01-08 19:52:52 +05:30
Richardson Gunde
15c332d7d5 Update custom_browser.py 2025-01-08 19:52:02 +05:30
Richardson Gunde
779c4116a7 Update custom_controller.py 2025-01-08 19:51:41 +05:30
Richardson Gunde
29ce9c7835 Update utils.py 2025-01-08 19:50:18 +05:30
Richardson Gunde
bf3fcb7c14 Update README.md 2025-01-08 19:48:52 +05:30
Richardson Gunde
fef481fc80 Update requirements.txt 2025-01-08 19:48:28 +05:30
Richardson Gunde
71eacf9d33 Update webui.py
Updated LLM confuguration TAB
2025-01-08 19:47:45 +05:30