# LINE bot
channel_access_token = 'channel access token here'
channel_secret = 'channel secret here'
#Server
chroma_db_dir = "chroma db location/dir here"
srv_port = 6969 # change the port accordingly
# OpenAI
openai_key = "openai API key here"