ProfessorLeVesseur commited on
Commit
348fc5e
·
verified ·
1 Parent(s): 18db9eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ LANGCHAIN_TRACING_V2 = "true"
32
  LANGCHAIN_ENDPOINT = "https://api.smith.langchain.com"
33
  LANGCHAIN_PROJECT = "Inkqa"
34
 
35
- client = Client() #langsmith client
36
 
37
  #------------------------------------------------------------------------
38
  # Initialize
 
32
  LANGCHAIN_ENDPOINT = "https://api.smith.langchain.com"
33
  LANGCHAIN_PROJECT = "Inkqa"
34
 
35
+ client = Client(api_key=LANGCHAIN_API_KEY) # Langsmith client
36
 
37
  #------------------------------------------------------------------------
38
  # Initialize