Spaces:
Runtime error
Runtime error
Update Modules/Agent_HCP.py
Browse files- 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.
|
| 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,
|