File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Initialize the Quotient logger with configuration settings for your application:
3030
3131 quotient = QuotientAI(api_key = " your-quotient-api-key" )
3232
33- logger = quotient.logger.init(
33+ quotient.logger.init(
3434 app_name = " my-first-app" ,
3535 environment = " dev" ,
3636 detections = [DetectionType.HALLUCINATION , DetectionType.DOCUMENT_RELEVANCY ],
@@ -43,7 +43,7 @@ Initialize the Quotient logger with configuration settings for your application:
4343
4444 const quotient = new QuotientAI ({ apiKey: " your-quotient-api-key" });
4545
46- const logger = quotient .logger .init ({
46+ quotient .logger .init ({
4747 appName: " my-first-app" ,
4848 environment: " dev" ,
4949 detections: [DetectionType .HALLUCINATION , DetectionType .DOCUMENT_RELEVANCY ],
You can’t perform that action at this time.
0 commit comments