File size: 194 Bytes
3dc9aec
 
 
 
 
5e83f37
016b5e7
1
2
3
4
5
6
7
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")