feat: stats and AI doc strings
This commit is contained in:
parent
a17c98e922
commit
d6460e62bc
19 changed files with 162 additions and 40 deletions
|
@ -16,6 +16,13 @@ rev = "v4.10.0-rc1"
|
|||
[[lean_lib]]
|
||||
name = "HepLean"
|
||||
|
||||
# -- Optional inclusion of llm. Needed for `openAI_doc_check`
|
||||
# TODO: Move over to `leanprover-community/llm` versions there are bumped.
|
||||
#[[require]]
|
||||
#name = "llm"
|
||||
#git = "https://github.com/jstoobysmith/Lean_llm_fork"
|
||||
#rev = "main"
|
||||
|
||||
# -- Optional inclusion of tryAtEachStep
|
||||
#[[require]]
|
||||
#name = "tryAtEachStep"
|
||||
|
@ -52,4 +59,9 @@ srcDir = "scripts"
|
|||
|
||||
[[lean_exe]]
|
||||
name = "stats"
|
||||
srcDir = "scripts"
|
||||
srcDir = "scripts"
|
||||
|
||||
# -- Optional inclusion of openAI_doc_check. Needs `llm` above.
|
||||
#[[lean_exe]]
|
||||
#name = "openAI_doc_check"
|
||||
#srcDir = "scripts"
|
Loading…
Add table
Add a link
Reference in a new issue