From f4af60fbaff99812a707e668273c9db0e6a470e4 Mon Sep 17 00:00:00 2001 From: Andrei Fajardo Date: Sat, 21 Sep 2024 20:15:49 -0400 Subject: [PATCH] README wip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8259ac7..537234e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ prediction, hit the `Continue` button. Any collaboration session involving the LLM and human can be saved and used to finetune an LLM. In this app, we use OpenAI LLMs, and so the finetuning examples adhere to the [OpenAI fine-tuning API](https://platform.openai.com/docs/guides/fine-tuning/preparing-your-dataset). +Click the `fine-tuning example` button during a session to see the current +example that can be used for fine-tuning.

cover