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