ProfessorLeVesseur commited on
Commit
2f38d38
·
verified ·
1 Parent(s): 348fc5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -27,10 +27,11 @@ from pinecone import Pinecone
27
  # PINECONE_API_KEY = "555c0e70-331d-4b43-aac7-5b3aac5078d6"
28
  pc = Pinecone(api_key=PINECONE_API_KEY)
29
 
30
- LANGCHAIN_API_KEY = st.secrets["LANGCHAIN_API_KEY"]
31
- LANGCHAIN_TRACING_V2 = "true"
32
- LANGCHAIN_ENDPOINT = "https://api.smith.langchain.com"
33
- LANGCHAIN_PROJECT = "Inkqa"
 
34
 
35
  client = Client(api_key=LANGCHAIN_API_KEY) # Langsmith client
36
 
 
27
  # PINECONE_API_KEY = "555c0e70-331d-4b43-aac7-5b3aac5078d6"
28
  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="ls__6493087c118a427e93c698b81af1a3d8"
33
+ # LANGCHAIN_API_KEY = st.secrets["LANGCHAIN_API_KEY"]
34
+ LANGCHAIN_PROJECT="Inkqa"
35
 
36
  client = Client(api_key=LANGCHAIN_API_KEY) # Langsmith client
37