ArturG9 commited on
Commit
bc7a926
1 Parent(s): e2d3cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -26,6 +26,12 @@ from langgraph.graph import START, END, StateGraph
26
  from functions import *
27
 
28
 
 
 
 
 
 
 
29
 
30
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
31
  os.environ["LANGCHAIN_ENDPOINT"] = "https://api.langchain.plus"
 
26
  from functions import *
27
 
28
 
29
+ lang_api_key = os.getenv("lang_api_key")
30
+ SERPER_API_KEY = os.getenv("SERPER_API_KEY")
31
+ groq_api_key = os.getenv("groq_api_key")
32
+
33
+
34
+
35
 
36
  os.environ["LANGCHAIN_TRACING_V2"] = "true"
37
  os.environ["LANGCHAIN_ENDPOINT"] = "https://api.langchain.plus"