Skip to content

Commit 10da398

Browse files
committedMar 9, 2025·
chore: version 1.1.8
1 parent e1e6b40 commit 10da398

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Please give a 🌟 Star if you like this project!
2424

2525
## Recent updates
2626

27+
25/03/09
28+
29+
- Added: InifiniAI support
30+
- Improved LLM prompts
31+
- Improved error handling
32+
- Improved: Try to fetch model list even when no API key is provided
33+
2734
25/02/27
2835

2936
- Added: Citations in research report

‎README_zh.md

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121

2222
## 近期更新
2323

24+
25/03/09
25+
26+
- 新增:AI 供应商支持 InfiniAI
27+
- 改进:AI 大模型的 prompts
28+
- 改进:改进了重试失败时的处理
29+
- 改进:在没有填 API key 的时候也尝试拉取模型列表
30+
2431
25/02/27
2532

2633
- 新增:研究报告中新增了来源引用信息

‎public/version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.1.7"
2+
"version": "1.1.8"
33
}

0 commit comments

Comments
 (0)
Please sign in to comment.