Spaces:
Sleeping
Sleeping
| # Create a .streamlit/secrets.toml file with the following: | |
| # Replace your_key_here with your actual OpenAI API Key. | |
| OPENAI_API_KEY = "your_key_here" | |
| # This file can be used to set up environment variables or secrets manually | |
| # if you're not using st.secrets or for local development. | |
| # Rename this file to secrets.toml in the .streamlit directory if you want | |
| # to test with st.secrets locally. | |