微舆 v1.1.0
新版本修复了很多已有Bug,确保分析系统可以稳定运行,以及便捷部署。下个小版本主要专注于AI爬虫MindSpider的Bug修复。
What's Changed
- 修复:使用动态主机地址支持局域网内后端服务访问 by @Mingxiangyu in https://github.com/666ghj/BettaFish/pull/45
- 改为使用uv安装,更加快速,且修复torch和transformers未安装的问题 by @DoiiarX in https://github.com/666ghj/BettaFish/pull/48
- Fixes #61:修复fetch_news无法正常获取的问题 by @DoiiarX in https://github.com/666ghj/BettaFish/pull/62
- chore: stop track config.py by @ghmark675 in https://github.com/666ghj/BettaFish/pull/58
- hotfix(database): fix
source_keywordnot in table bilibili_video by @ghmark675 in https://github.com/666ghj/BettaFish/pull/63 - hotfix(timeout): increase llm call timeout to 1800s by @ghmark675 in https://github.com/666ghj/BettaFish/pull/72
- Fix agent temporal perception error by adding current real-world time to LLM prompt. by @lintsinghua in https://github.com/666ghj/BettaFish/pull/75
- fix: correct typo and remove duplicate dependency by @ghmark675 in https://github.com/666ghj/BettaFish/pull/80
- Chore/ignore demo files by @ghmark675 in https://github.com/666ghj/BettaFish/pull/85
New Contributors
- @Mingxiangyu made their first contribution in https://github.com/666ghj/BettaFish/pull/45
- @DoiiarX made their first contribution in https://github.com/666ghj/BettaFish/pull/48
Full Changelog: https://github.com/666ghj/BettaFish/compare/v1.0.0...v1.1.0