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)