Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Chowdhuri committed Aug 29, 2023
1 parent cc13255 commit c132eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c132eda

Please sign in to comment.