From bcd18da30490012095111fce9a2d9f118186c1aa Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Sun, 26 Mar 2023 12:54:23 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a0aa0b..355f9e24 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenAI Cookbook +# OpenAI Cookbook The OpenAI Cookbook shares example code for accomplishing common tasks with the [OpenAI API]. @@ -6,6 +6,8 @@ To run these examples, you'll need an OpenAI account and associated API key ([cr Most code examples are written in Python, though the concepts can be applied in any language. +[![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 🆕 ✨ - [How to format inputs to ChatGPT models](examples/How_to_format_inputs_to_ChatGPT_models.ipynb) [Mar 1st, 2023] From 9b87cdc88699b42bd4e1f0cbd16229e2238b0976 Mon Sep 17 00:00:00 2001 From: Logan Kilpatrick Date: Sun, 26 Mar 2023 12:55:48 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355f9e24..fa53b28a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenAI Cookbook +# OpenAI Cookbook The OpenAI Cookbook shares example code for accomplishing common tasks with the [OpenAI API].