From 9bac71ba005d0a7cb3e71b3518dda195ab284739 Mon Sep 17 00:00:00 2001 From: simonpfish Date: Mon, 2 Oct 2023 13:01:53 -0700 Subject: [PATCH] add explanatory comment to registry file --- registry.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry.yaml b/registry.yaml index 75374ba..6d90e97 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1,5 +1,9 @@ # yaml-language-server: $schema=./registry_schema.json +# This file is used to generate cookbook.openai.com. It specifies which paths we +# should build pages for, and indicates metadata such as tags, creation date and +# authors for each page. + - title: Data preparation and analysis for chat model fine-tuning path: examples/Chat_finetuning_data_prep.ipynb date: 2023-08-22