diff --git a/README.md b/README.md index 9717f93..e5f6063 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ Please give a 🌟 Star if you like this project! ## 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 - Added: Citations in research report diff --git a/README_zh.md b/README_zh.md index c0b58b6..035d4bd 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,6 +21,13 @@ ## 近期更新 +25/03/09 + +- 新增:AI 供应商支持 InfiniAI +- 改进:AI 大模型的 prompts +- 改进:改进了重试失败时的处理 +- 改进:在没有填 API key 的时候也尝试拉取模型列表 + 25/02/27 - 新增:研究报告中新增了来源引用信息 diff --git a/public/version.json b/public/version.json index cfc4ef4..eaa57de 100644 --- a/public/version.json +++ b/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.7" + "version": "1.1.8" } \ No newline at end of file