v3.1.8
assafelovic/gpt-researcherv3.1.8Jan 5, 2025by assafelovic
AI Summary
Expands LLM provider options by adding LiteLLM as a generic provider and DeepSeek support, alongside fixes for resource execution.
Key Highlights
- Added DeepSeek to supported providers
- Added LiteLLM as a generic LLM provider
- Fixed resource execution parameter
- Removed server log.txt file
New Features
- DeepSeek provider
- LiteLLM provider
- Resource execution fix
Full Release Notes
Adding support for [LiteLLM](https://www.litellm.ai/) as a generic LLM provider. In addition we now support DeepSeek! ## What's Changed * Add DeepSeek to SUPPORTED_PROVIDERS by @winsonluk in https://github.com/assafelovic/gpt-researcher/pull/1056 * add parameter to fix resource execution by @Italosayan in https://github.com/assafelovic/gpt-researcher/pull/1053 * Add Litellm to supported providers in GenericLLMProvider by @moritalous in https://github.com/assafelovic/gpt-researcher/pull/1060 * Remove server log.txt by @kga245 in https://github.com/assafelovic/gpt-researcher/pull/1059 ## New Contributors * @Italosayan made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1053 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v.3.1.7...v3.1.8