chore: version 1.1.7
This commit is contained in:
14
README.md
14
README.md
@ -24,6 +24,14 @@ Please give a 🌟 Star if you like this project!
|
||||
|
||||
## Recent updates
|
||||
|
||||
25/02/27
|
||||
|
||||
- Added: Citations in research report
|
||||
- Improved: Chinese output layout
|
||||
- Improved: Increased max width and breadth in the form
|
||||
- Fixed: Text overflow issues for web search node details
|
||||
- Fixed: general UI style issues
|
||||
|
||||
25/02/24
|
||||
|
||||
- Added: Fullscreen mode for the search flow. This helps you to focus on the search process better.
|
||||
@ -53,6 +61,9 @@ Please give a 🌟 Star if you like this project!
|
||||
- Refactored the search visualization using VueFlow
|
||||
- Style & bug fixes
|
||||
|
||||
<details>
|
||||
<summary>Older updates</summary>
|
||||
|
||||
25/02/15
|
||||
|
||||
- Added AI providers DeepSeek, OpenRouter and Ollama; Added web search provider Firecrawl
|
||||
@ -60,9 +71,6 @@ Please give a 🌟 Star if you like this project!
|
||||
- Supported regenerating reports
|
||||
- General fixes
|
||||
|
||||
<details>
|
||||
<summary>Older updates</summary>
|
||||
|
||||
25/02/14
|
||||
|
||||
- Supported reasoning models like DeepSeek R1
|
||||
|
17
README_zh.md
17
README_zh.md
@ -12,16 +12,23 @@
|
||||
|
||||
当前支持的供应商:
|
||||
|
||||
|
||||
- AI 服务:OpenAI compatible, SiliconFlow, DeepSeek, OpenRouter, Ollama 等
|
||||
- 联网搜索服务:Tavily (每月 1000 次免费搜索), Firecrawl(支持自部署)
|
||||
|
||||
喜欢本项目请点 ⭐ 收藏!
|
||||
|
||||
<video width="500" src="https://github.com/user-attachments/assets/8f9baa43-a74e-4613-aebb-1bcc29a686f0" controls></video>
|
||||
<video width="500" src="https://github.com/user-attachments/assets/8f9baa43-a74e-4613-aebb-1bcc29a686f0" controls></video>
|
||||
|
||||
## 近期更新
|
||||
|
||||
25/02/27
|
||||
|
||||
- 新增:研究报告中新增了来源引用信息
|
||||
- 改进:改善了中文的输出格式
|
||||
- 改进:在“研究主题”表单中开放了更高的“深度”和“广度”(也可以手动填入更大的值)
|
||||
- 修复:修复了搜索节点详情可能出现文字溢出的问题
|
||||
- 其它:界面样式改进
|
||||
|
||||
25/02/24
|
||||
|
||||
- 新增:搜索流程图支持放大到全屏。可以更方便地追踪整个搜索流程了。
|
||||
@ -51,6 +58,9 @@
|
||||
- 使用 VueFlow 重构了搜索可视化功能
|
||||
- 一些样式和 bug 修复
|
||||
|
||||
<details>
|
||||
<summary>早期更新</summary>
|
||||
|
||||
25/02/15
|
||||
|
||||
- AI 提供商支持 DeepSeek,OpenRouter 和 Ollama,联网搜索支持 Firecrawl
|
||||
@ -58,9 +68,6 @@
|
||||
- 支持重新生成报告
|
||||
- 一般性优化和改进
|
||||
|
||||
<details>
|
||||
<summary>早期更新</summary>
|
||||
|
||||
25/02/14
|
||||
|
||||
- 支持 DeepSeek R1 等思维链模型
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "1.1.6"
|
||||
"version": "1.1.7"
|
||||
}
|
Reference in New Issue
Block a user