logical_reasoning_agent / constants.py
hasanmalik825-gh
agent push with basic end points
bb35792
raw
history blame contribute delete
196 Bytes
import os
IP_WHITELIST = os.environ.get("IP_WHITELIST") or ["127.0.0.1"]
# make sure to keep environment variable named GROQ_API_KEY in local system.
GROQ_API_KEY = os.environ.get("GROQ_API_KEY")