chore(release): bump version to 0.6.0 and update changelog
- CHANGELOG 记录 LLM 层迁移至 rig-core 0.41 及四项行为变化 - README(中/英)项目结构树更新为新 llm 模块布局 - 仓库内 AI 服务集成文档同步为新实现(.qoder,不入库)
This commit is contained in:
13
readme_zh.md
13
readme_zh.md
@@ -536,13 +536,12 @@ src/
|
||||
│ ├── commit.rs
|
||||
│ ├── tag.rs
|
||||
│ └── changelog.rs
|
||||
├── llm/ # LLM提供商实现
|
||||
│ ├── ollama.rs
|
||||
│ ├── openai.rs
|
||||
│ ├── anthropic.rs
|
||||
│ ├── kimi.rs
|
||||
│ ├── deepseek.rs
|
||||
│ └── openrouter.rs
|
||||
├── llm/ # LLM 集成(基于 rig-core)
|
||||
│ ├── mod.rs
|
||||
│ ├── prompts.rs
|
||||
│ ├── parsing.rs
|
||||
│ ├── thinking.rs
|
||||
│ └── rig/ # rig provider 门面
|
||||
├── i18n/ # 国际化支持
|
||||
│ ├── messages.rs
|
||||
│ └── translator.rs
|
||||
|
||||
Reference in New Issue
Block a user