Spaces:
Runtime error
Runtime error
Update langsmith_config.py
Browse files- langsmith_config.py +1 -1
langsmith_config.py
CHANGED
@@ -4,5 +4,5 @@ def setup_langsmith_config():
|
|
4 |
os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com" # Update with your API URL if using a hosted instance of Langsmith.
|
5 |
os.environ["LANGCHAIN_API_KEY"] = os.getenv("LANGCHAIN_API_KEY") # Update with your API key
|
6 |
os.environ["LANGCHAIN_TRACING_V2"] = "true"
|
7 |
-
project_name = "
|
8 |
os.environ["LANGCHAIN_PROJECT"] = project_name # Optional: "default" is used if not set
|
|
|
4 |
os.environ["LANGCHAIN_ENDPOINT"] = "https://api.smith.langchain.com" # Update with your API URL if using a hosted instance of Langsmith.
|
5 |
os.environ["LANGCHAIN_API_KEY"] = os.getenv("LANGCHAIN_API_KEY") # Update with your API key
|
6 |
os.environ["LANGCHAIN_TRACING_V2"] = "true"
|
7 |
+
project_name = "Помогатор" # Update with your project name
|
8 |
os.environ["LANGCHAIN_PROJECT"] = project_name # Optional: "default" is used if not set
|