Skip to content

Commit

Permalink
Update claude_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bhutchins authored Aug 19, 2024
1 parent 556c33e commit d1ae51f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/claude_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
anthropic_client = Anthropic()


# The message you intend to send. Notice 1) the credit card number in the message and
# 2) conincidently the transaction number is the same as the credit card number. It's
# not senstive. Will the ML model get confused and redact it too?
# The message you intend to send.
user_input = """The customer said: 'My credit card number is 4916-6734-7572-5015
and the card is getting declined. My transaction code is 4916-6734-7572-5015.'
and the card is getting declined.'
How should I respond to the customer?"""
payload = [user_input]

Expand Down

0 comments on commit d1ae51f

Please sign in to comment.