Spaces:
Sleeping
Sleeping
UnnamedUnknownx1234987789489
commited on
Update functions.py
Browse files- functions.py +9 -7
functions.py
CHANGED
@@ -32,17 +32,19 @@ from exa_py import Exa
|
|
32 |
|
33 |
|
34 |
|
35 |
-
|
36 |
os.environ["LANGCHAIN_TRACING_V2"]="true"
|
37 |
os.environ["LANGCHAIN_ENDPOINT"]= "https://api.smith.langchain.com"
|
38 |
-
os.environ["LANGCHAIN_PROJECT"] = "
|
39 |
-
|
40 |
-
os.environ["SERPER_API_KEY"] = '6f80701ecd004c2466e8bd7bcebacacf89c74b84'
|
41 |
-
exa = Exa(api_key="6ecb4e80-83e8-47c4-a116-c1041d0e096e")
|
42 |
|
43 |
-
lang_api_key = os.getenv("
|
44 |
SERPER_API_KEY = os.getenv("SERPER_API_KEY")
|
45 |
-
groq_api_key = os.getenv("
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
|
|
|
32 |
|
33 |
|
34 |
|
35 |
+
|
36 |
os.environ["LANGCHAIN_TRACING_V2"]="true"
|
37 |
os.environ["LANGCHAIN_ENDPOINT"]= "https://api.smith.langchain.com"
|
38 |
+
os.environ["LANGCHAIN_PROJECT"] = "Civilinės_teises_Asistente_V1_Embed"
|
39 |
+
|
|
|
|
|
40 |
|
41 |
+
lang_api_key = os.getenv("LANGCHAIN_API_KEY")
|
42 |
SERPER_API_KEY = os.getenv("SERPER_API_KEY")
|
43 |
+
groq_api_key = os.getenv("GROQ_API_KEY")
|
44 |
+
exa_api_key = os.getenv("exa_api_key")
|
45 |
+
|
46 |
+
|
47 |
+
exa = Exa(api_key="exa_api_key")
|
48 |
|
49 |
|
50 |
|