bone
f6daa5186d
patch deepseek-chat example
2025-07-12 12:41:01 +08:00
bone
f70fdf313b
patch deepseek-chat example
2025-07-12 12:37:34 +08:00
bone
147257aaca
patch deepseek-chat example
2025-07-12 12:37:08 +08:00
bone
799fbdbb6e
add deepseek-chat example
2025-07-12 12:34:34 +08:00
Gregor Žunič
1eac01dfab
openrouter evals support
2025-07-10 12:51:52 +02:00
mertunsall
220f0bc994
update models to gpt-4.1
2025-07-05 10:32:49 +02:00
Gregor Žunič
50e72debb7
Merge branch 'main' into gregor/eng-242-structured-output-is-fucking-long
2025-06-28 12:23:59 +02:00
Gregor Žunič
fcd56d4596
pyright ignore for imports (examples)
2025-06-28 10:06:43 +02:00
Gregor Žunič
4e3adb35d4
fixed type errors
2025-06-28 09:38:08 +02:00
Gregor Žunič
bc2c1c8fda
openai schema works
2025-06-28 00:19:31 +02:00
Nick Sweeting
644bd5c5c3
Merge branch 'main' into feature/model-support
2025-06-27 05:40:52 -07:00
Gregor Žunič
ec4a10ae57
bedrock and anthropic example
2025-06-27 14:22:59 +02:00
Cursor Agent
f9741adba5
Remove deprecated memory system and related code
...
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com >
2025-06-27 09:48:09 +00:00
Gregor Žunič
c82e0b3c5f
langchain example and docs
2025-06-27 10:30:47 +02:00
Gregor Žunič
61cc73dea5
langchain model example
2025-06-27 10:24:24 +02:00
Gregor Žunič
b4c900d3e5
better logs for tokens
2025-06-25 20:57:22 +02:00
Gregor Žunič
2ee526d903
updated pricing for cached tokens support
2025-06-25 15:33:47 +02:00
Gregor Žunič
bf9ea1e33a
fallback parser for groq
2025-06-25 10:53:27 +02:00
Gregor Žunič
7a10ae0c96
Squashed commit langchain to native
2025-06-24 12:26:55 +02:00
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