Skip to content

Commit

Permalink
Examples by topics (microsoft#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 <yrwu000627@gmail.com>
Co-authored-by: LeoLjl <3110503618@qq.com>
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
  • Loading branch information
5 people committed Mar 12, 2024
1 parent c402be4 commit b4b1863
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 b4b1863

Please sign in to comment.