langsmith
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -159,2 +159,4 @@ import * as fs from "fs"; | ||
async start(args) { | ||
console.info("BY USING THIS SOFTWARE YOU AGREE TO THE TERMS OF SERVICE AT:"); | ||
console.info("https://smith.langchain.com/terms-of-service.pdf"); | ||
if (args.dev) { | ||
@@ -161,0 +163,0 @@ setEnvironmentVariable("_LANGSMITH_IMAGE_PREFIX", "rc-"); |
@@ -172,2 +172,6 @@ import * as fs from "fs"; | ||
async start(args: any) { | ||
console.info( | ||
"BY USING THIS SOFTWARE YOU AGREE TO THE TERMS OF SERVICE AT:" | ||
); | ||
console.info("https://smith.langchain.com/terms-of-service.pdf"); | ||
if (args.dev) { | ||
@@ -174,0 +178,0 @@ setEnvironmentVariable("_LANGSMITH_IMAGE_PREFIX", "rc-"); |
{ | ||
"name": "langsmith", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
140995
3477