Skip to content

Commit

Permalink
Fix slash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurdza authored Dec 14, 2023
1 parent d0e8261 commit 756a3e2
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 @@ -59,7 +59,7 @@ curl "https://api.anthropic.com/v1/complete" \
-H 'accept: application/json' \
-H 'anthropic-version: 2023-06-01' \
-H 'content-type: application/json' \
-H "x-api-key: $ANTHROPIC_API_KEY"
-H "x-api-key: $ANTHROPIC_API_KEY" \
-d '{
"model": "claude-2.1",
"prompt": "\n\nHuman: Hello, world!\n\nAssistant:",
Expand Down

0 comments on commit 756a3e2

Please sign in to comment.