File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -713,7 +713,6 @@ class LLMWhispererClientV2 {
713
713
}
714
714
}
715
715
716
-
717
716
/**
718
717
* @function
719
718
* @name updateWebhookDetails
@@ -756,7 +755,6 @@ class LLMWhispererClientV2 {
756
755
}
757
756
}
758
757
759
-
760
758
/**
761
759
* @function
762
760
* @name getWebhookDetails
@@ -827,7 +825,6 @@ class LLMWhispererClientV2 {
827
825
}
828
826
}
829
827
830
-
831
828
/**
832
829
* Retrieves the highlight information of the LLMWhisperer API.
833
830
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " llmwhisperer-client" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " LLMWhisper JS Client" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
16
"axios" : " ~1.7.2" ,
17
- "llmwhisperer-client" : " ^2.0.1" ,
18
17
"string-similarity" : " ^4.0.4" ,
19
18
"winston" : " ~3.13.0"
20
19
},
You can’t perform that action at this time.
0 commit comments