From 72c7ef3be797a75bed877f36d6b4ac20a603b9b0 Mon Sep 17 00:00:00 2001 From: Luke Stanley Date: Tue, 15 Aug 2023 02:00:39 +0100 Subject: [PATCH] Fix ReAct example link path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f23d89fe6..5d88956cf 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Do not hesitate to open a draft PR before your contribution is ready, especially - [Pick the odd one out](https://github.com/normal-computing/outlines/blob/main/examples/pick_odd_one_out.py) - [Meta prompting](https://github.com/normal-computing/outlines/blob/main/examples/meta_prompting.py) -- [ReAct](https://github.com/normal-computing/outlines/blob/main/examples/meta_prompting.py) +- [ReAct](https://github.com/normal-computing/outlines/blob/main/examples/react.py) - [Generate code to solve math problems](https://github.com/normal-computing/outlines/blob/main/examples/dust/math-generate-code.py) - [BabyAGI](https://github.com/normal-computing/outlines/blob/main/examples/babyagi.py) - [Uncertainty](https://github.com/normal-computing/outlines/blob/main/examples/sampling.ipynb)