From c132edaec46e8ec5d9ef3a96a6e74bf2d6fd295b Mon Sep 17 00:00:00 2001 From: Raunak Chowdhuri Date: Tue, 29 Aug 2023 03:31:31 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cebf55..48affc9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ const prompt = anthropic_prompt( question: "what is the answer to the ultimate question of life?", reference: "The Hitchhiker's Guide to the Galaxy", }, - response_root_tag="answer" + "answer" ); const completion = await anthropic.completions.create({