Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Chowdhuri committed Aug 29, 2023
1 parent cceec0f commit cc13255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Just write your prompt in JSON and we'll autoconvert it to XML that the model ca

The library is designed to be as lightweight as possible, and with nearly identical APIs whether you are operating in Python or Javascript/Typescript.


### Installation
<Code>
<Python>
Expand Down Expand Up @@ -56,7 +57,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 cc13255

Please sign in to comment.