Samad2023 commited on
Commit
b4b62c6
·
verified ·
1 Parent(s): 816d671

Update Modules/Agent_HCP.py

Browse files
Files changed (1) hide show
  1. Modules/Agent_HCP.py +1 -1
Modules/Agent_HCP.py CHANGED
@@ -35,7 +35,7 @@ from sqlalchemy.exc import DatabaseError
35
  # Load the API_Keys
36
  load_dotenv()
37
  #langsmith_api_key = os.environ.get("LANGSMITH_API_key")
38
- groq_api_key = os.environ.get("GROQ_API_KEY")
39
 
40
  model = ChatGroq(temperature=0,
41
  groq_api_key=groq_api_key,
 
35
  # Load the API_Keys
36
  load_dotenv()
37
  #langsmith_api_key = os.environ.get("LANGSMITH_API_key")
38
+ groq_api_key = os.getenv("GROQ_API_KEY")
39
 
40
  model = ChatGroq(temperature=0,
41
  groq_api_key=groq_api_key,