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 7, 2023
1 parent a90ac99 commit 6c835c4
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Lean Copilot allows large language models (LLMs) to be used in Lean for proof au
6. [Questions and Bugs](#questions-and-bugs)
7. [Acknowledgements](#acknowledgements)
8. [Citation](#citation)
9. [Related Links](#related-links)


## Requirements
Expand Down Expand Up @@ -75,6 +74,20 @@ At any point in the proof, you can use the `select_premises` tactic to retrieve

#### Running LLMs

Coming soon.


## Advanced Usage

### Low-level APIs


### High-level APIs


### Bring Your Own Model

Coming soon.


## Building Lean Copilot
Expand All @@ -90,13 +103,6 @@ You don't need to build Lean Copilot directly if you use it only in downstream p
* To report a potential bug, please open an issue. In the issue, please include your OS information and the exact steps to reproduce the error. The more details you provide, the better we will be able to help you.


## Related Links

* [LeanDojo Website](https://leandojo.org/)
* [LeanDojo](https://github.com/lean-dojo/LeanDojo)
* [ReProver](https://github.com/lean-dojo/ReProver)


## Acknowledgements

* [llmstep](https://github.com/wellecks/llmstep) is another tool providing tactic suggestions using LLMs. We use their frontend for displaying tactics but a different mechanism for running the model.
Expand Down

0 comments on commit 6c835c4

Please sign in to comment.