Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang authored Dec 10, 2023
1 parent 4519706 commit 233ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ theorem mul_left_comm : ∀ a b c : G, a * (b * c) = b * (a * c)

## Acknowledgements

* We use the frontend of llmstep](https://github.com/wellecks/llmstep) for displaying tactics.
* We use the frontend of [llmstep](https://github.com/wellecks/llmstep) for displaying tactics.
* We thank Scott Morrison for suggestions on simplifying Lean Copilot's installation and Mac Malone for helping implement it. Both Scott and Mac work for the [Lean FRO](https://lean-fro.org/).
* We thank Jannis Limperg for integrating our LLM-generated tactics into Aesop (https://github.com/leanprover-community/aesop/pull/70).

Expand Down

0 comments on commit 233ea06

Please sign in to comment.