Skip to content

Commit

Permalink
add > back to end of api key references
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies committed Apr 5, 2024
1 parent 71099b1 commit 270b601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/examples/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ SUPERFACE_USER_ID = "sfclaudedemo|" + str(SUPERFACE_USER_ID_CONSTANT)
SUPERFACE_BASE_URL = "https://pod.superface.ai/api/hub"

# Set the Superface authentication token
SUPERFACE_API_TOKEN="<your-superface-api-token"
SUPERFACE_API_TOKEN="<your-superface-api-token>"

# Set the OpenAI API Key
ANTHROPIC_API_KEY="<your-anthropic-api-key"
ANTHROPIC_API_KEY="<your-anthropic-api-key>"
```

## Anthropic Setup
Expand Down

0 comments on commit 270b601

Please sign in to comment.