Commit Graph

228 Commits

Author SHA1 Message Date
vincent
b9080c3b18 fix conflict 2025-01-27 16:49:22 +08:00
vincent
47ab5e97db Merge branch 'main' into fix/adapt_latest_browser-use 2025-01-27 16:44:53 +08:00
vincent
664dce757e add deepseek-r1 ollama 2025-01-27 16:36:13 +08:00
vincent
6ceaf8de6b adapt to browser-use==0.1.29 2025-01-27 14:10:23 +08:00
warmshao
284f0b779e Merge pull request #147 from freeflowlabs/fix/docker-arch
fix: set architecture explicitly in docker-compose
2025-01-27 08:32:45 +08:00
warmshao
74c87be827 Merge pull request #167 from wrapss/feature/ollama-env
feat: add Ollama endpoint configuration
2025-01-27 08:28:15 +08:00
wraps
be01aaf336 feat: add Ollama endpoint configuration
- Added `OLLAMA_ENDPOINT` environment variable to `.env.example`
- Updated `get_llm_model` function in `src/utils/utils.py` to use the new `OLLAMA_ENDPOINT` environment variable if not provided
2025-01-26 15:39:35 +01:00
warmshao
af3a84ff8b Merge pull request #156 from bugdisclose/patch-1
Create SECURITY.md
2025-01-26 08:34:39 +08:00
warmshao
1f20636d1c Merge pull request #160 from vvincent1234/feat/deepseek-r1
fix token counting for r1
2025-01-26 08:13:52 +08:00
vincent
8a09c96585 fix token counting for r1 2025-01-26 08:12:12 +08:00
warmshao
b7f3fec720 Merge pull request #158 from vvincent1234/feat/deepseek-r1
fix cutting message bug
2025-01-26 07:53:55 +08:00
vincent
45160cd266 fix cutting message bug 2025-01-26 07:52:36 +08:00
0x01
dd20dd4f8c Create SECURITY.md 2025-01-26 04:08:12 +05:30
warmshao
d5418920b4 Merge pull request #153 from vvincent1234/feat/deepseek-r1
update readme
2025-01-26 01:08:35 +08:00
vincent
21c8f598af update readme 2025-01-26 01:07:30 +08:00
warmshao
5bc4978fa5 Merge pull request #151 from vvincent1234/feat/deepseek-r1
Feat/deepseek r1
v1.3
2025-01-26 00:01:49 +08:00
vincent
96d02b5224 fix cut message 2025-01-26 00:01:16 +08:00
vincent
01014ecfd0 fix context len 2025-01-25 23:53:58 +08:00
vincent
2f923c50d6 add deepseek-r1 support 2025-01-25 23:43:12 +08:00
Anders Schwartz
7d9f81a8c6 add missing netcat for health check 2025-01-24 20:31:24 -05:00
Anders Schwartz
f83f44823c fix: set docker architecture explicitly to ensure google-chrome is available to install 2025-01-24 18:13:13 -05:00
warmshao
6e553218ee Merge pull request #141 from vvincent1234/fix/docker_vnc
Fix/docker vnc
2025-01-24 20:01:25 +08:00
vvincent1234
d26ebe8fb6 fix docker build 2025-01-24 20:00:04 +08:00
vvincent1234
b3f6324ddb fix docker build 2025-01-24 19:56:34 +08:00
vvincent1234
748d253c31 fix CHROME_PERSISTENT_SESSION error 2025-01-24 09:42:42 +08:00
warmshao
a123e94e08 Merge pull request #131 from MeshkatShB/feature/use-previous-settings
Feature/use previous settings
2025-01-23 19:13:49 +08:00
meshkatshb
b616f2d79e hotfix: trace path was being shown as recording path 2025-01-22 12:25:11 +03:30
meshkatshb
87696bdbcf Merge branch 'main' of https://github.com/browser-use/web-ui into feature/use-previous-settings 2025-01-22 12:08:32 +03:30
meshkatshb
dce50eb01b refactor: moved functions to utils for more readability 2025-01-22 12:08:19 +03:30
meshkatshb
0e152d557d fix: remove previous logic to save the setting by running the agent 2025-01-22 12:00:18 +03:30
meshkatshb
2d2aa0d689 feat: add default config to load from hard-code instead of a file 2025-01-22 11:58:49 +03:30
meshkatshb
704ea646ca feat: added configuration tab with load config from file and save current config to a file buttons with status 2025-01-22 11:51:55 +03:30
meshkatshb
048a344a5a feat: startup default configuration with default values 2025-01-22 11:51:10 +03:30
meshkatshb
2b2edc3391 feat: load and save functions to follow uuid format 2025-01-22 11:06:57 +03:30
meshkatshb
b540b35823 refactor: remove unnecessary comment 2025-01-22 10:21:46 +03:30
warmshao
e674732e47 Merge pull request #129 from jonoaustin/fix-supervisordconf
fixed error with persistent browser cmd in supervisord.conf for docke…
2025-01-21 19:12:18 +08:00
meshkatshb
0f50b3ff72 feat: implemented save to file and load from file functionality 2025-01-20 16:58:54 +03:30
meshkatshb
aec4779bd2 feat: now reads configs from config.pkl file and show in the UI 2025-01-20 16:56:37 +03:30
meshkatshb
e59917c5ad feat: add .config.pkl file to gitignore 2025-01-20 16:55:12 +03:30
Jono
b2b233dc8d fixed error with persistent browser cmd in supervisord.conf for docker runtime 2025-01-20 19:55:08 +08:00
warmshao
4cff48a4a0 Merge pull request #127 from tossyi/fix-dockerfile
Update Dockerfile: adding the required environment variables
2025-01-19 21:56:49 +08:00
tossyi
8364860566 add: the required environment variables were missing during the docker build 2025-01-19 17:59:37 +09:00
warmshao
2020a727f8 Merge pull request #122 from MeshkatShB/fix/docker-font-temp-solution
feat: add font packages to install in Dockerfile
2025-01-16 23:04:49 +08:00
warmshao
58e8ecb252 Merge pull request #98 from x66ccff/main
Update the Dockerfile to avoid the Docker build from getting stuck.
2025-01-16 23:04:20 +08:00
meshkatshb
39845671c3 feat: add font packages to install in Dockerfile 2025-01-16 18:27:28 +03:30
warmshao
2654e6b80a Merge pull request #117 from vvincent1234/fix/win_font_error
hotfix font error and stream error
v1.2
2025-01-16 09:47:35 +08:00
vvincent1234
7bbf2d66b6 hotfix font error and stream error 2025-01-16 09:46:27 +08:00
warmshao
453dd43d81 Merge pull request #114 from MeshkatShB/feature/read-base-url-ollama
feat: add base_url to ChatOllama to read from remote server
2025-01-15 21:28:09 +08:00
meshkatshb
332eeab4e7 feat: add base_url to ChatOllama to read from remote server 2025-01-15 15:29:08 +03:30
warmshao
319a6c8069 Merge pull request #109 from MeshkatShB/hotfix/agent-history-org
hotfix: exception handling missing a value
2025-01-14 22:50:03 +08:00