What's Changed
- feat(llm): stop sending temperature to non‑supporting models by @expphoto in #1485
- fix(frontend): use existing gptr-logo.png for background to stop 404 by @expphoto in #1484
- Update duckduckgo.py by @adityasingla71 in #1491
- Updated the validation logic for max_tokensto allow a maximum of 32,000 (previously capped at 16,000). by @hc-tec in #1488
- feat: Add support for custom OpenAI base URL for OpenAI-compatible APIs by @borderlessboy in #1499
- Summary: Fix missing WebSocketDisconnect import by @hasbegun in #1497
- Bug fix: Remove the encoding parameter from kwargs to avoid passing an unsupported argument in the LLM call. by @whaler404 in #1494
- Fix critical path traversal vulnerability in file operations by @saharmor in #1438
- feat: add netmind provider by @anhuaxiang in #1459
New Contributors
- @expphoto made their first contribution in #1485
- @adityasingla71 made their first contribution in #1491
- @hc-tec made their first contribution in #1488
- @borderlessboy made their first contribution in #1499
- @hasbegun made their first contribution in #1497
- @whaler404 made their first contribution in #1494
- @saharmor made their first contribution in #1438
- @anhuaxiang made their first contribution in #1459
Full Changelog: v.3.3.3...v.3.3.4