langsmith
Advanced tools
Comparing version 0.0.11 to 0.0.13
@@ -198,3 +198,7 @@ import * as fs from "fs"; | ||
await this.executeCommand(command); | ||
console.info("LangSmith server is running at http://localhost:1984. To connect locally, set the following environment variable when running your LangChain application."); | ||
console.info("LangSmith server is running at http://localhost:1984.\n" + | ||
"To view the app, navigate your browser to http://localhost:80" + | ||
"\n\nTo connect your LangChain application to the server" + | ||
" locally, set the following environment variable" + | ||
" when running your LangChain application."); | ||
console.info("\tLANGCHAIN_TRACING_V2=true"); | ||
@@ -218,3 +222,7 @@ } | ||
const ngrokUrl = await getNgrokUrl(); | ||
console.info("LangSmith server is running at http://localhost:1984. To connect remotely, set the following environment variable when running your LangChain application."); | ||
console.info("LangSmith server is running at http://localhost:1984." + | ||
"To view the app, navigate your browser to http://localhost:80" + | ||
"\n\nTo connect your LangChain application to the server" + | ||
" remotely, set the following environment variable" + | ||
" when running your LangChain application."); | ||
console.info("\tLANGCHAIN_TRACING_V2=true"); | ||
@@ -221,0 +229,0 @@ console.info(`\tLANGCHAIN_ENDPOINT=${ngrokUrl}`); |
@@ -216,3 +216,7 @@ import * as fs from "fs"; | ||
console.info( | ||
"LangSmith server is running at http://localhost:1984. To connect locally, set the following environment variable when running your LangChain application." | ||
"LangSmith server is running at http://localhost:1984.\n" + | ||
"To view the app, navigate your browser to http://localhost:80" + | ||
"\n\nTo connect your LangChain application to the server" + | ||
" locally, set the following environment variable" + | ||
" when running your LangChain application." | ||
); | ||
@@ -241,3 +245,7 @@ console.info("\tLANGCHAIN_TRACING_V2=true"); | ||
console.info( | ||
"LangSmith server is running at http://localhost:1984. To connect remotely, set the following environment variable when running your LangChain application." | ||
"LangSmith server is running at http://localhost:1984." + | ||
"To view the app, navigate your browser to http://localhost:80" + | ||
"\n\nTo connect your LangChain application to the server" + | ||
" remotely, set the following environment variable" + | ||
" when running your LangChain application." | ||
); | ||
@@ -244,0 +252,0 @@ console.info("\tLANGCHAIN_TRACING_V2=true"); |
{ | ||
"name": "langsmith", | ||
"version": "0.0.11", | ||
"version": "0.0.13", | ||
"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
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
145370
3613