From 4b478488dba309e325be6fced5859f63030255b5 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Thu, 10 Aug 2023 20:57:06 +0000 Subject: [PATCH] chore(docs): remove trailing spaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d57f4dd..385c7e56 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ client = anthropic.Anthropic() try: client.completions.create( - prompt=f"{anthropic.HUMAN_PROMPT} Your prompt here {anthropic.AI_PROMPT}", + prompt=f"{anthropic.HUMAN_PROMPT} Your prompt here{anthropic.AI_PROMPT}", max_tokens_to_sample=300, model="claude-2", )