Skip to content

Commit

Permalink
docs: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 5, 2023
1 parent 8820f50 commit 2f6cfa7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,18 @@ AutoDev [#54](https://github.com/unit-mesh/auto-dev/issues/56)
> Code Eval is a tool that can evaluate the code quality of the AI code.
- [ ] Code eval
- [ ] EvalScript based on PromptScript
- [ ] Auto LLM Test by Chocolate Factory
- [ ] Config by YAML
- [ ] Eval Units
- [ ] Language support by [Chapi](https://github.com/phodal/chapi)
and [ArchGuard](https://github.com/archguard/archguard) API
- [ ] Java
- [ ] Kotlin
- [ ] TypeScript/JavaScript
- [ ] Python
- [ ] Golang
- [ ] Language support by TreeSitter
- [ ] C/C++ ?

## LICENSE

Expand Down
6 changes: 3 additions & 3 deletions docs/adr/0001-code-completion-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

微调数据策略与格式:

- 补全代码选择
- 补全代码模式
- 基于单文件历史的代码补全
- 特定模式选择
- 特定补全模式
- 上下文绑定的代码
- Comments Completion
- 基于注释的代码补全
- 基于注释的代码补全:提交信息补全 + 机器学习补全

微调评估方式:

Expand Down

0 comments on commit 2f6cfa7

Please sign in to comment.