Spaces:
Sleeping
Sleeping
File size: 397 Bytes
1c6f444 | 1 2 3 4 5 6 7 8 9 10 | # 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. |