Skip to content

Commit dbe2259

Browse files
author
hamza.bekoury
committed
requierments add langchain community
1 parent 0945971 commit dbe2259

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
python-dotenv
2+
langchain_community
23
openai
34
langchain-openai
45
langgraph

research/trials.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
# %%
77
load_dotenv()
8-
GOOGLE_AI_KEY = os.getenv("GOOGLE_API_KEY")
8+
GOOGLE_AI_KEY = os.getenv("OPENAI_API_KEY")
99
print(GOOGLE_AI_KEY)
1010
# %%

0 commit comments

Comments
 (0)