nhathuy07's picture
Update env.py
016b5e7 verified
raw
history blame
194 Bytes
from os import getenv
LLM_API_KEY = getenv("LLM_API_KEY")
GOOGLE_API_KEY = getenv("GOOGLE_API_KEY")
CX = getenv("CX")
IMSEARCH_API_KEY = getenv("IMSEARCH_API_KEY")
HOST_URL = getenv("HOST_URL")