mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
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.
This commit is contained in:
@@ -130,7 +130,7 @@ class CometCallbackHandler(BaseMetadataCallbackHandler, BaseCallbackHandler):
|
|||||||
warning = (
|
warning = (
|
||||||
"The comet_ml callback is currently in beta and is subject to change "
|
"The comet_ml callback is currently in beta and is subject to change "
|
||||||
"based on updates to `langchain`. Please report any issues to "
|
"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`."
|
"`langchain`."
|
||||||
)
|
)
|
||||||
self.comet_ml.LOGGER.warning(warning)
|
self.comet_ml.LOGGER.warning(warning)
|
||||||
|
Reference in New Issue
Block a user