diff --git a/README.md b/README.md index 13bcc43..158d525 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# cookbook -A collection of notebooks/recipes showcasing some fun and effective ways of using Claude. +# Claude Cookbook + +This cookbook contains recipes for making cool stuff with [Claude](https://claude.ai). So far, all the recipes live in Jupyter notebooks. You'll need an Anthropic API key, which you can apply for [here](https://www.anthropic.com/earlyaccess). + +## Recipes + +[Long Context: Q&A](https://github.com/anthropics/anthropic-cookbook/blob/main/long_context/mc_qa.ipynb)\ +[Long Context: Wikipedia Search](https://github.com/anthropics/anthropic-cookbook/blob/main/long_context/wikipedia-search-cookbook.ipynb)\ +[Long Context: PDF "Upload" and Summarization](https://github.com/anthropics/anthropic-cookbook/blob/main/long_context/pdf_upload_summarization.ipynb)\ diff --git a/long_context/long_context_cookbook.ipynb b/long_context/mc_qa.ipynb similarity index 100% rename from long_context/long_context_cookbook.ipynb rename to long_context/mc_qa.ipynb diff --git a/long_context/readme.md b/long_context/readme.md deleted file mode 100644 index bcc4342..0000000 --- a/long_context/readme.md +++ /dev/null @@ -1,9 +0,0 @@ -# Claude Cookbook - -This cookbook contains recipes for making cool stuff with [Claude](https://claude.ai). So far, all the recipes live in Jupyter notebooks. You'll need an Anthropic API key, which you can apply for [here](https://www.anthropic.com/earlyaccess). - -## Recipes - -[Long Context: Q&A]() -[Long Context: Wikipedia Search]() -[Long Context: PDF "Upload" and Summarization]() \ No newline at end of file