replace all LANGCHAIN_ flags with LANGSMITH_ flags (#29120)

This commit is contained in:
Isaac Francisco
2025-01-10 17:24:40 -08:00
committed by GitHub
parent 5c2fbb5b86
commit 62074bac60
82 changed files with 191 additions and 191 deletions

View File

@@ -124,8 +124,8 @@
"# Optional-- If you want to enable Langsmith -- good for debugging\n",
"import os\n",
"\n",
"os.environ[\"LANGCHAIN_TRACING_V2\"] = \"true\"\n",
"os.environ[\"LANGCHAIN_API_KEY\"] = getpass.getpass()"
"os.environ[\"LANGSMITH_TRACING\"] = \"true\"\n",
"os.environ[\"LANGSMITH_API_KEY\"] = getpass.getpass()"
]
},
{