Skip to content

Commit

Permalink
update demo user id reference
Browse files Browse the repository at this point in the history
  • Loading branch information
martyndavies committed Apr 5, 2024
1 parent c466464 commit 71099b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/examples/anthropic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ from IPython.display import display, Markdown
SUPERFACE_USER_ID_CONSTANT =

# Use the number to create a unique ID
SUPERFACE_USER_ID = "sfoaidemo|" + str(SUPERFACE_USER_ID_CONSTANT)
SUPERFACE_USER_ID = "sfclaudedemo|" + str(SUPERFACE_USER_ID_CONSTANT)

# Default URL for Superface
SUPERFACE_BASE_URL = "https://pod.superface.ai/api/hub"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"SUPERFACE_USER_ID_CONSTANT = 123456789\n",
"\n",
"# Use the number to create a unique ID\n",
"SUPERFACE_USER_ID = \"sfoaidemo|\" + str(SUPERFACE_USER_ID_CONSTANT)\n",
"SUPERFACE_USER_ID = \"sfclaudedemo|\" + str(SUPERFACE_USER_ID_CONSTANT)\n",
"\n",
"# Default URL for Superface\n",
"SUPERFACE_BASE_URL = \"https://pod.superface.ai/api/hub\"\n",
Expand Down

0 comments on commit 71099b1

Please sign in to comment.