314 Commits

Author SHA1 Message Date
warmshao
4a55d471fd Merge pull request #302 from hlo-world/num_ctx-for-ollama
feat: add num_ctx slider when provider is ollama and add predefined model names for ollama
2025-02-16 13:23:23 +08:00
warmshao
3fd3ab26d5 Merge pull request #304 from vvincent1234/main
update to browser-use==0.1.37
2025-02-16 13:22:05 +08:00
vvincent1234
2538a75e98 update to browser-use==0.1.37 2025-02-16 13:20:04 +08:00
warmshao
1a3905e8b1 Merge pull request #303 from fyq163/main
forget to update moonshot model selection in utils.py,added two commo…
2025-02-16 12:26:28 +08:00
fyq163
4d430cb347 forget to update moonshot model selection in utils.py,added two common model name 2025-02-16 12:05:24 +08:00
hlo-world
f24668c35c feat: add num_ctx slider when provider is ollama and add predefined model names for ollama 2025-02-15 21:16:15 -05:00
warmshao
70ac1df522 Merge pull request #294 from fyq163/my_dev
Adding Moonshot model and correct image extension
2025-02-15 15:48:07 +08:00
fyq163
d3eeb81a2e Merge branch 'browser-use:main' into my_dev 2025-02-15 10:38:54 +08:00
warmshao
ade5f53403 Merge pull request #296 from soranoo/main
feat: update and add new google models
2025-02-15 08:27:28 +08:00
Freeman
22a19c594e feat: update and add new google models 2025-02-14 20:57:21 +00:00
fyq163
5e26b6f0ff Update image format correction
Some model has strict requirements matching of  image format and codes
2025-02-15 01:22:29 +08:00
fyq163
b65b97984c Update moonshot model 2025-02-15 01:15:55 +08:00
fyq163
a4e4602f25 Update moonshot model 2025-02-15 01:12:15 +08:00
fyq163
971883d739 Add moonshot porovider 2025-02-15 01:07:42 +08:00
warmshao
b073b834c5 Merge pull request #287 from maquannene/feat/qwen-support
Feat/qwen support
2025-02-14 19:00:20 +08:00
Cheer
3e7551c0bc Merge branch 'browser-use:main' into feat/qwen-support 2025-02-13 20:10:04 +08:00
maquannene
1eb4b30752 feat: support alibaba qwen llm; 2025-02-13 20:09:00 +08:00
warmshao
84b8965174 Merge pull request #283 from kedar-1/main
Remove not related text from README.md
2025-02-13 08:33:06 +08:00
kedar-1
e4716d0634 Remove not related text from README.md 2025-02-12 20:38:53 +01:00
warmshao
8fd0708c0e Merge pull request #278 from draphonix/feature/partial_generate_report
feat: Enhance error handling and reporting in deep research module
2025-02-12 22:40:25 +08:00
HoangNB
64acdf8499 feat: Enhance error handling and reporting in deep research module
- Refactored deep research process to separate report generation logic
- Added error handling to generate partial reports when research is interrupted
- Implemented error notification in generated markdown reports
- Improved logging and error tracking during research process
2025-02-12 11:55:44 +07:00
warmshao
95f7bae647 Merge pull request #154 from Aristide021/feature/arm64-support
Add ARM64 Support and Fix Process Management for M-Series Macs
2025-02-12 10:18:32 +08:00
Sheldon Aristide
4f44f650f2 Switched Dockerfile TARGETPLATFORM to amd64 to maintain compatibility with intel/amd64 systems 2025-02-11 11:16:04 -05:00
warmshao
044bbea640 Merge pull request #273 from marginal23326/feat/azure-api-version-env
Make Azure OpenAI `api_version` configurable via env var
2025-02-11 20:39:33 +08:00
marginal23326
3403de4bea feat: make Azure OpenAI api_version configurable 2025-02-11 16:59:30 +06:00
warmshao
3a459a91ad Merge pull request #259 from vvincent1234/fix/dr-bugs
fix prompt
2025-02-09 11:28:56 +08:00
vvincent1234
8cf96583a8 fix prompt 2025-02-09 11:27:36 +08:00
warmshao
5fde2a0fe7 Merge pull request #258 from vvincent1234/fix/dr-bugs
fix bug
2025-02-09 09:58:47 +08:00
vvincent1234
0d898897d8 fix bug 2025-02-09 09:55:30 +08:00
warmshao
7de7d90643 Merge pull request #257 from vvincent1234/fix/dr-bugs
fix bugs and limit search num
v1.6
2025-02-09 09:18:06 +08:00
vvincent1234
de69740acf fix bugs and limit search num 2025-02-09 09:16:14 +08:00
warmshao
d8a83153ef Merge pull request #202 from kimtth/main
fix: correct typo
2025-02-09 08:17:38 +08:00
warmshao
e093d109a7 Merge pull request #210 from marginal23326/rename-gemini-to-google
Rename `gemini` to `google` for consistency
2025-02-08 18:32:46 +08:00
warmshao
ecfc1d5a0d Merge pull request #249 from vvincent1234/fix/dr-bugs
Fix/dr bugs
2025-02-08 18:31:22 +08:00
vincent
b7ee26ade6 fix content len 2025-02-08 13:08:33 +08:00
vvincent1234
d690237503 fix use own browser 2025-02-08 09:44:45 +08:00
warmshao
3c6954431f Merge pull request #248 from vvincent1234/fix/deep-research
add stop button and use own browser
2025-02-07 22:30:48 +08:00
vincent
fbd748e1b9 add stop button and use own browser 2025-02-07 22:28:10 +08:00
marginal23326
0dfecfabac chore: rename 'gemini' to 'google' for consistency 2025-02-07 15:36:06 +06:00
warmshao
037f8e5cc0 Merge pull request #240 from vvincent1234/feat/deep-research
Feat/deep research
v1.5
2025-02-06 19:55:54 +08:00
vincent
8640bcb995 optimize prompt 2025-02-06 19:51:30 +08:00
vincent
abdf95c9e0 add deep research to webui 2025-02-06 19:33:01 +08:00
warmshao
b65d43cc91 Merge pull request #225 from filipkappa/patch-1
Added alternative activation command for Windows
2025-02-06 09:17:30 +08:00
vvincent1234
fe16935441 opt prompt 2025-02-06 08:59:57 +08:00
Sheldon Aristide
3f0e081637 Merge branch 'main' into feature/arm64-support 2025-02-05 12:36:41 -05:00
vvincent1234
247c1709f7 opt 2025-02-05 09:31:20 +08:00
vvincent1234
1acdc60b9e fix bug 2025-02-04 23:30:47 +08:00
warmshao
0cdcfd2898 Merge pull request #227 from marginal23326/docs/improve-install-guide
Improve `README.md` installation guide clarity and structure
2025-02-04 20:05:04 +08:00
warmshao
c4b0da5c8f Merge pull request #230 from carl-shen/xs_fix_ollama_base_url
fix: ollama provider not respecting OLLAMA_ENDPOINT env var
2025-02-04 20:03:12 +08:00
carl
f96d83b4c9 fix: ollama provider not respecting OLLAMA_ENDPOINT env var 2025-02-04 22:14:39 +11:00