Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ pc = Pinecone(api_key=PINECONE_API_KEY)
|
|
29 |
|
30 |
LANGCHAIN_TRACING_V2=true
|
31 |
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
32 |
-
LANGCHAIN_API_KEY="
|
33 |
-
# LANGCHAIN_API_KEY = st.secrets["LANGCHAIN_API_KEY"]
|
34 |
LANGCHAIN_PROJECT="Inkqa"
|
35 |
|
36 |
client = Client(api_key=LANGCHAIN_API_KEY) # Langsmith client
|
|
|
29 |
|
30 |
LANGCHAIN_TRACING_V2=true
|
31 |
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
32 |
+
LANGCHAIN_API_KEY = st.secrets["LANGCHAIN_API_KEY"]
|
|
|
33 |
LANGCHAIN_PROJECT="Inkqa"
|
34 |
|
35 |
client = Client(api_key=LANGCHAIN_API_KEY) # Langsmith client
|