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 6c835c4 commit 3996156
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ Lean Copilot allows large language models (LLMs) to be used in Lean for proof au
1. [Tactic Suggestion](#tactic-suggestion)
2. [Proof Search](#proof-search)
3. [Premise Selection](#premise-selection)
5. [Building Lean Copilot](#building-lean-copilot)
6. [Questions and Bugs](#questions-and-bugs)
7. [Acknowledgements](#acknowledgements)
8. [Citation](#citation)
5. [Advanced Usage](#advanced-usage)
1. [Model APIs](#model-apis)
2. [Bring Your Own Model](#bring-your-own-model)
3. [Tactic APIs](#tactic-apis)
7. [Building Lean Copilot](#building-lean-copilot)
8. [Questions and Bugs](#questions-and-bugs)
9. [Acknowledgements](#acknowledgements)
10. [Citation](#citation)


## Requirements
Expand Down Expand Up @@ -79,13 +83,13 @@ Coming soon.

## Advanced Usage

### Low-level APIs
### Model APIs

### Bring Your Own Model

### High-level APIs

### Tactic APIs

### Bring Your Own Model

Coming soon.

Expand Down

0 comments on commit 3996156

Please sign in to comment.