Update langsmith_config.py

#2
Files changed (1) hide show
  1. 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 = "GPT-4-VISION-DEMO" # Update with your 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 = "GPT4o" # Update with your project name
8
  os.environ["LANGCHAIN_PROJECT"] = project_name # Optional: "default" is used if not set