Skip to content

Commit

Permalink
Move doc location
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-sentry committed Mar 7, 2024
1 parent 39cc004 commit 4af9fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/integrations/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def count_tokens(s):
logger.info(
"The Sentry Python SDK requires 'tiktoken' in order to measure token usage from some OpenAI APIs"
"Please install 'tiktoken' if you aren't receiving token usage in Sentry."
"See https://docs.sentry.io/platforms/python/guides/openai/ for more information."
"See https://docs.sentry.io/platforms/python/integrations/openai/ for more information."
)

def count_tokens(s):
Expand Down

0 comments on commit 4af9fd5

Please sign in to comment.