v.3.3.4
assafelovic/gpt-researcherv.3.3.4Sep 17, 2025by assafelovic
AI Summary
Includes bug fixes for LLM configuration, Docker backgrounds, and a critical security vulnerability patch, alongside new provider support and configuration updates.
Key Highlights
- Custom OpenAI base URL support for OpenAI-compatible APIs
- Critical path traversal vulnerability fix
- Max tokens increased to 32,000
- Netmind provider added
New Features
- Custom OpenAI base URL support
- Netmind provider
Full Release Notes
## What's Changed * feat(llm): stop sending temperature to non‑supporting models by @expphoto in https://github.com/assafelovic/gpt-researcher/pull/1485 * fix(frontend): use existing gptr-logo.png for background to stop 404 by @expphoto in https://github.com/assafelovic/gpt-researcher/pull/1484 * Update duckduckgo.py by @adityasingla71 in https://github.com/assafelovic/gpt-researcher/pull/1491 * Updated the validation logic for max_tokensto allow a maximum of 32,000 (previously capped at 16,000). by @hc-tec in https://github.com/assafelovic/gpt-researcher/pull/1488 * feat: Add support for custom OpenAI base URL for OpenAI-compatible APIs by @borderlessboy in https://github.com/assafelovic/gpt-researcher/pull/1499 * Summary: Fix missing WebSocketDisconnect import by @hasbegun in https://github.com/assafelovic/gpt-researcher/pull/1497 * Bug fix: Remove the encoding parameter from kwargs to avoid passing an unsupported argument in the LLM call. by @whaler404 in https://github.com/assafelovic/gpt-researcher/pull/1494 * Fix critical path traversal vulnerability in file operations by @saharmor in https://github.com/assafelovic/gpt-researcher/pull/1438 * feat: add netmind provider by @anhuaxiang in https://github.com/assafelovic/gpt-researcher/pull/1459 ## New Contributors * @expphoto made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1485 * @adityasingla71 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1491 * @hc-tec made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1488 * @borderlessboy made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1499 * @hasbegun made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1497 * @whaler404 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1494 * @saharmor made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1438 * @anhuaxiang made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1459 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v.3.3.3...v.3.3.4