Skip to content

Commit e312c6e

Browse files
committed
Fix: Incorrect documentation link for LLMonitor.
1 parent f85c935 commit e312c6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/components/credentials/LLMonitorApi.credential.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ class LLMonitorApi implements INodeCredential {
1111
this.label = 'LLMonitor API'
1212
this.name = 'llmonitorApi'
1313
this.version = 1.0
14-
this.description =
15-
'Refer to <a target="_blank" href="https://docs.smith.langchain.com/">official guide</a> on how to get API key on Langsmith'
14+
this.description = 'Refer to <a target="_blank" href="https://llmonitor.com/docs">official guide</a> to get APP ID'
1615
this.inputs = [
1716
{
1817
label: 'APP ID',

0 commit comments

Comments
 (0)