We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e6b40 commit 10da398Copy full SHA for 10da398
README.md
@@ -24,6 +24,13 @@ Please give a 🌟 Star if you like this project!
24
25
## Recent updates
26
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
34
25/02/27
35
36
- Added: Citations in research report
README_zh.md
@@ -21,6 +21,13 @@
21
22
## 近期更新
23
+- 新增:AI 供应商支持 InfiniAI
+- 改进:AI 大模型的 prompts
+- 改进:改进了重试失败时的处理
+- 改进:在没有填 API key 的时候也尝试拉取模型列表
- 新增:研究报告中新增了来源引用信息
public/version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "1.1.7"
+ "version": "1.1.8"
3
}
0 commit comments