Simon
dc41969503
feat(models): support gpt-5.4 and refresh recommendations
2026-04-27 21:40:19 +08:00
Simon
15f3af406c
fix(llms): remove tool_choice for deepseek models
2026-04-27 20:32:53 +08:00
octo-patch
8ad4d19232
feat: add MiniMax model support with temperature clamping
...
Add MiniMax (M2.5 / M2.5-highspeed) as a tested model provider:
- Add model-specific patch in utils.ts: clamp temperature to (0, 1]
since MiniMax API rejects temperature=0, and remove unsupported
parallel_tool_calls parameter
- Add MiniMax to the tested models list on the Models documentation page
- Add MiniMax configuration example alongside existing providers
2026-03-15 23:42:30 +00:00
tsubasakong
eec601e6b2
fix(llms): avoid reasoning_effort for GPT-5.4 chat tools
2026-03-08 16:37:32 -07:00
Simon
53db2069ce
feat: zod support v3/4
2026-03-05 19:13:18 +08:00
Simon
0dacbda9da
chore: improve logging
2026-03-05 16:54:41 +08:00
Simon
8cb57befb3
feat(model): disable thinking for Qwen model patch
2026-02-23 17:30:35 +08:00
Simon
6f0ff1fd33
refactor: zod tree-shaking; better error handling in agent steps
2026-02-09 17:49:10 +08:00
Simon
8ea8ce9acd
fix(llms): gpt-5-mini temperature
2026-02-06 17:19:06 +08:00
Simon
f6394a04b1
feat(core): add rawRequest in history for debug
2026-01-28 14:30:04 +08:00
Simon
2f2bdb4697
fix: update Qwen patch condition for model name
2026-01-13 15:07:01 +08:00
Simon
3fa7c8b85a
feat: improve qwen3 compatibility ( #106 )
...
* feat: improve qwen3 compatibility
* fix: qwen
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-13 15:04:03 +08:00
Simon
14974c0257
feat!: mv brain from llms to agent; redo toolCall auto fixer
2026-01-13 13:49:19 +08:00
Simon
35db15460e
feat: improve perf on newer models
2025-12-22 19:10:13 +08:00
Simon
635416f964
feat: implement @page-agent/llms
2025-12-22 16:29:19 +08:00
Simon
7c2d000e29
feat: create llms package and mv files
2025-12-22 16:12:34 +08:00