v.0.2.2
assafelovic/gpt-researcherv.0.2.2May 9, 2024by assafelovic
AI Summary
Focusing on stability, this version adds support for custom base URLs, cheaper OpenAI embeddings, and fixes installation issues with Flask examples and pip usage.
Key Highlights
- Ability to use custom base_url
- Cheaper OpenAI embedding model
- Verbose mode for debugging
- Fixes for Flask example errors and pip documentation
New Features
- Custom base_url configuration
- Cheaper embeddings
- Verbose logging support
Full Release Notes
## What's Changed * Added ability to use custom base_url by @arsaboo in https://github.com/assafelovic/gpt-researcher/pull/471 * Update README.md by @KPCOFGS in https://github.com/assafelovic/gpt-researcher/pull/473 * corrected documentation for pip-usage by @domci in https://github.com/assafelovic/gpt-researcher/pull/476 * Update README.md by @assafelovic in https://github.com/assafelovic/gpt-researcher/pull/479 * fix flask example error by @Beichen-Ma in https://github.com/assafelovic/gpt-researcher/pull/481 * modified to new cheaper OpenAI embedding by @assafelovic in https://github.com/assafelovic/gpt-researcher/pull/483 * Feature/verbose by @assafelovic in https://github.com/assafelovic/gpt-researcher/pull/485 ## New Contributors * @arsaboo made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/471 * @KPCOFGS made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/473 * @domci made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/476 * @Beichen-Ma made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/481 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v0.2.1...v.0.2.2