Skip to content

Commit

Permalink
feat: add dark mode version of the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseFly committed Aug 23, 2023
1 parent 6c3c5d1 commit b326cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,170 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Welcome to the source code repo of **Rectify**, a patch generation tool introduced in our ESEC/FSE'23 paper "Copiloting the Copilot: Fusing Large Language Models with Completion Engines for Automated Program Repair"!

![A Demo of Rectify](/assets/Rectify-Demo.svg)
![Rectify Demo (Light Version)](/assets/Rectify-Demo-Light.svg#gh-light-mode-only)
![Rectify Demo (Dark Version)](/assets/Rectify-Demo-Dark.svg#gh-dark-mode-only)

Rectify leverages the synergy between a semantics-based code completion engine and an auto-regressive large language model for more efficient valid patch generation.

Expand Down
Loading

0 comments on commit b326cfb

Please sign in to comment.