feat: support DeepSeek, OpenRouter & Ollama providers

This commit is contained in:
AnotiaWang
2025-02-15 15:31:25 +08:00
parent cffb4c3d73
commit 970ca029f4
12 changed files with 144 additions and 33 deletions

View File

@ -15,7 +15,7 @@ Features:
Currently available providers:
- AI: OpenAI compatible
- AI: OpenAI compatible, DeepSeek, OpenRouter, Ollama
- Web Search: Tavily (similar to Firecrawl, but with more free quota (1000 credits / month))
Please give a 🌟 Star if you like this project!
@ -24,6 +24,13 @@ Please give a 🌟 Star if you like this project!
## Recent updates
25/02/15
- Added provider support for DeepSeek, OpenRouter and Ollama
- Supported checking project updates
- Supported regenerating reports
- General fixes
25/02/14
- Supported reasoning models like DeepSeek R1
@ -37,6 +44,7 @@ Please give a 🌟 Star if you like this project!
- Fixed "export as PDF" issues
25/02/12
- Added Chinese translation. The models will respond in the user's language.
- Various fixes