chore: version 1.1.8

This commit is contained in:
AnotiaWang
2025-03-09 23:10:08 +08:00
parent e1e6b40574
commit 10da39841e
3 changed files with 15 additions and 1 deletions

View File

@ -24,6 +24,13 @@ Please give a 🌟 Star if you like this project!
## Recent updates ## Recent updates
25/03/09
- Added: InifiniAI support
- Improved LLM prompts
- Improved error handling
- Improved: Try to fetch model list even when no API key is provided
25/02/27 25/02/27
- Added: Citations in research report - Added: Citations in research report

View File

@ -21,6 +21,13 @@
## 近期更新 ## 近期更新
25/03/09
- 新增AI 供应商支持 InfiniAI
- 改进AI 大模型的 prompts
- 改进:改进了重试失败时的处理
- 改进:在没有填 API key 的时候也尝试拉取模型列表
25/02/27 25/02/27
- 新增:研究报告中新增了来源引用信息 - 新增:研究报告中新增了来源引用信息

View File

@ -1,3 +1,3 @@
{ {
"version": "1.1.7" "version": "1.1.8"
} }