ragtest-sakimilo / utils.py
lingyit1108's picture
added all relevant assets for streamlit deployment
db694c4
raw
history blame
No virus
75 Bytes
import os
def get_openai_api_key():
return os.getenv("OPENAI_API_KEY")