Skip to content

Commit

Permalink
Add LLM docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstevens committed Nov 21, 2024
1 parent f8aa138 commit 9c8cef2
Show file tree
Hide file tree
Showing 11 changed files with 1,615 additions and 137 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Variables referring to a filepath should be suffixed with `_fpath`.

Prefer "make" over "build" when constructing objects, and use "get" when constructing primitives (like string paths or config values).
Only use "setup" for functions that don't return anything.

## Testing

If you discover a bug, try to add a test, even if the test is slow and requires disk or network access.
Loading

0 comments on commit 9c8cef2

Please sign in to comment.