Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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() #
|
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
|