Fixing issue link for Comet callback (#3212)

Sorry I fixed that link once but there was still a typo inside, this
time it should be good.
pull/3248/head^2
Boris Feld 1 year ago committed by GitHub
parent ae528fd06e
commit 0e797a3ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,7 +130,7 @@ class CometCallbackHandler(BaseMetadataCallbackHandler, BaseCallbackHandler):
warning = (
"The comet_ml callback is currently in beta and is subject to change "
"based on updates to `langchain`. Please report any issues to "
"https://github.com/comet-ml/issue_tracking/issues with the tag "
"https://github.com/comet-ml/issue-tracking/issues with the tag "
"`langchain`."
)
self.comet_ml.LOGGER.warning(warning)

Loading…
Cancel
Save