Skip to content

Commit

Permalink
Examples by topics (#1967)
Browse files Browse the repository at this point in the history
* add reasoning example

* title

* task decomposition

* update demo with custom speark function

* update

* Add metaprompt

* add notebook to topics

* remove

* remove endpoint setup and collab

* ignore words

* rename

* Update .pre-commit-config.yaml

* codespell

* Updates to formatting and content tweaks

---------

Co-authored-by: kevin666aa <[email protected]>
Co-authored-by: LeoLjl <[email protected]>
Co-authored-by: Jack Gerrits <[email protected]>
Co-authored-by: Jack Gerrits <[email protected]>
  • Loading branch information
5 people authored Mar 12, 2024
1 parent d728cd9 commit 99df2c5
Show file tree
Hide file tree
Showing 5 changed files with 2,790 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["-L", "ans,linar,nam,"]
args: ["-L", "ans,linar,nam,tread,ot,"]
exclude: |
(?x)^(
pyproject.toml |
Expand Down
4 changes: 4 additions & 0 deletions website/docs/topics/prompting-and-reasoning/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Prompting and Reasoning",
"collapsible": true
}
476 changes: 476 additions & 0 deletions website/docs/topics/prompting-and-reasoning/react.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 99df2c5

Please sign in to comment.