1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00
Commit Graph

9 Commits

Author SHA1 Message Date
Justin Ma
981ef03409 feat: Set defalut temperature to 0.3 for code review (#181) 2025-04-29 17:09:53 +08:00
hustcer
ac1bb26376 chore: Add openrouter.ai config example 2025-04-03 18:09:41 +08:00
Justin Ma
98510dd05d feat: Add repo of current directory code review support (#161)
* feat: Add repo of current directory code review support

* ci skip
2025-03-23 11:37:51 +08:00
Justin Ma
3ea2007572 feat: Support local DeepSee model running on Ollama (#152)
* feat: Support local DeepSee modle running on Ollama

* feat: Support local DeepSee modle running on Ollama

* feat: Support local DeepSee modle running on Ollama
2025-03-01 15:37:56 +08:00
hustcer
daecd2734c Fix prompts template 2025-02-18 16:38:53 +08:00
Justin Ma
4e787e2430 feat: Add example code review prompts for frontend, java and rust to config.example.yml (#138)
* feat: Add sample code review prompts for frontend, java and rust to config.example.yml

* ci skip
2025-02-17 18:13:23 +08:00
Justin Ma
3ff7a32e6d chore: Add more tests for common helpers (#128)
* Update tests

* Update tests

* Update tests

* Update tests

* Update tests

* Update tests
2025-02-15 14:12:48 +08:00
Justin Ma
93a5d817e7 doc: Update README (#126) 2025-02-15 10:41:05 +08:00
Justin Ma
2b2cb85fd8 feat: Use config.yml instead of .env as the local code review config file (#123)
* feat: Use config.yml instead of .env as the local code review config file

* refactor common helpers

* Remove .env.example

* fix model override

* fix: Fix Remote PR review

* Check if the prompt config keys exist

* ci skip

* ci skip

* fix model validation

* fix model validation

* chore: Update readme

* chore: Increase max length for cr.yml

* Update doc
2025-02-14 22:09:15 +08:00