Nick Sweeting
0af8c8c0fe
imports
2025-06-21 06:29:10 -07:00
Nick Sweeting
3209fd95f7
lint and hint fixes
2025-06-21 06:07:21 -07:00
Magnus Müller
95a7856e1e
Update task description and streamline main execution in llama4-groq.py
...
Modified the task variable to focus on finding the founders of browser-use, enhancing the relevance of the prompt. Removed the loop in the main execution to simplify the code structure, allowing for a more straightforward asynchronous run of the main function.
2025-06-10 23:06:20 +02:00
Magnus Müller
17c1146182
Refactor llama4-groq example script to improve readability and maintainability by commenting out unused ChatGroq integration and restructuring agent initialization.
2025-06-02 14:43:11 +02:00
Magnus Müller
de163e4a75
Add Groq support in logging configuration and introduce llama4-groq example script
2025-06-02 14:19:01 +02:00
Nick Sweeting
f19adf9bb3
remove dead code, cleanup examples and tests
2025-05-26 18:37:52 -07:00
Nick Sweeting
ef49ec1682
more examples updating
2025-05-25 14:44:29 -07:00
yasithdev
b491c87144
fix few bugs due to api changes, conditional logics, and null type-checks
2025-05-21 01:38:04 -05:00
Nick Sweeting
63382d8bfc
update examples to use new BrowserProfile and BrowserSession
2025-05-20 02:32:43 -07:00
Nick Sweeting
f17cf4de75
linter fixes
2025-05-13 17:25:08 -07:00
Nick Sweeting
3e66046046
linter
2025-05-13 17:18:50 -07:00
Nick Sweeting
bfcd8a0140
make examples imports more consistent
2025-05-13 17:18:09 -07:00
2pac
384fc3fde0
chore: Bedrock optional dependencies
2025-05-05 21:39:48 +02:00
paul2048
e2abbe7f3c
rename the Ollama example file
2025-04-22 14:24:36 +01:00
Nick Sweeting
8b165d5997
fix ruff errors in other files
2025-04-21 10:56:06 -07:00
Nick Sweeting
ae3bfadc0b
Merge pull request #1424 from dha-aa/add-grok-model-docs-and-example
2025-04-21 10:12:31 -07:00
dha-aa
9fbfd91d28
add grok.py in examples/models
2025-04-19 00:09:37 +00:00
Daniel Fang
72f3d347fb
Update azure_openai.py
2025-04-18 16:34:20 +10:00
Nick Sweeting
fd87ad3166
Merge pull request #1348 from azhengzz/fix-deepseek-expamle
2025-04-16 14:59:05 -07:00
Jason
25bfd67c17
fix: fix novita environment variable
2025-04-16 21:55:49 +08:00
Jason
45dc23caf4
fix: remove NOVITA_API_KEY env
2025-04-16 18:21:12 +08:00
Jason
627ff228a3
Merge branch 'main' into feat/novita
2025-04-16 15:09:29 +08:00
Jason
2f8e78a900
feat: add example and docs for Novita AI
2025-04-16 15:09:11 +08:00
zhangzheng
7bae8509e3
Fix: Replace ChatOpenAI with ChatDeepSeek
2025-04-11 18:04:38 +08:00
Deshraj Yadav
27ec836491
Upgrade mem0 version
2025-04-09 18:51:44 -07:00
mathisarends-viadee
2e265e8388
Fix azure example not working due to agent memory changes
2025-04-03 16:07:55 +02:00
dheerajoruganty
9c1101fe0c
Update pyproject.toml and bedrock_claude.py
2025-03-30 15:21:34 -07:00
dheerajoruganty
3108d5b81d
ruff checks
2025-03-30 15:00:01 -07:00
dheerajoruganty
e0d6d838a7
Update bedrock_claude for ruff
2025-03-30 14:57:58 -07:00
dheerajoruganty
b43d98f297
Add botocore, organize imports
2025-03-30 14:51:22 -07:00
dheerajoruganty
b3320e706f
Add Retry handling to bedrock example
2025-03-30 21:36:13 +00:00
Nick Sweeting
fb6fa259a8
apply ruff safe fixes
2025-03-28 18:11:36 -07:00
Nick Sweeting
588a9f9f50
Merge branch 'main' into pre-commit_run_pre-commit-hooks_--all-files
2025-03-28 16:17:47 -07:00
Nick Sweeting
ec56bfe81b
run ruff on the entire codebase
2025-03-28 01:22:48 -07:00
Nick Sweeting
69a960fa4b
refactor browser config setup process
2025-03-27 02:45:12 -07:00
Christian Clauss
ef9c7b1c09
Merge branch 'main' into pre-commit_run_pre-commit-hooks_--all-files
2025-03-26 08:00:43 +01:00
Anish Hiranandani
35e444b02d
streamlined to match other examples
2025-03-25 22:12:47 -07:00
Magnus Müller
46a8633ce4
Merge pull request #1000 from nicolasdickenmann/bugfix/bedrock_claude
...
fix: swaped the langchain bedrock function
2025-03-23 07:39:41 -07:00
Nicolas Dickenmann
4e4d4a31e2
fix: swaped the langchain bedrock function
2025-03-11 13:22:08 +01:00
Edison S
fb22cc5a99
add multibrowser support
2025-03-05 13:32:03 -05:00
Dilraj Singh
fcc5eb9dab
Update example in examples/models/claude-3.7-sonnet.py ( #909 )
...
The original example didn't do `load_dotenv()`.
Once you do that, it'll work as long as you have the `ANTHROPIC_API_KEY`.
2025-03-02 12:34:35 -08:00
Christian Clauss
4abfaa6213
pre-commit run pre-commit-hooks --all-files
2025-02-27 12:21:42 +01:00
Gregor Žunič
14eb182c7d
removed uv lock, claude 3.7 example
2025-02-24 10:58:49 -08:00
Yuva
2890a006a6
Create README.md
2025-02-23 15:15:06 +05:30
Magnus Müller
f7c16976cb
gemini example
2025-02-21 21:43:15 -08:00
wwwc
f480108ad5
changed user email for cla
2025-01-28 11:52:00 +08:00
wwwc
64adc8790f
add aoai ui and model example
2025-01-27 17:52:45 +08:00
magmueller
bc029639b1
Deepseek r1 working draft
2025-01-25 18:19:12 -08:00
magmueller
c7008a70c2
Reorder examples
2025-01-25 11:28:52 -08:00