diff --git a/README.md b/README.md index b64d03ff..117ec45f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Most code examples are written in Python, though the concepts can be applied in [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=468576060&machine=basicLinux32gb&location=EastUs) ## Recently added/updated 🆕 ✨ +- [How to evaluate abstractive summarization](examples/evaluation/How_to_eval_abstractive_summarization.ipynb) [Aug 16, 2023] - [Whisper prompting guide](examples/Whisper_prompting_guide.ipynb) [June 27, 2023] - [Question answering using a search API and re-ranking](https://github.com/openai/openai-cookbook/blob/main/examples/Question_answering_using_a_search_API.ipynb) [June 16, 2023] - [How to call functions with Chat models](https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_with_chat_models.ipynb) [June 13, 2023]