ai-codelens / secrets_example.txt
nnsohamnn's picture
feat: upgrade to full Agentic CodeLens with dynamic Plan-and-Execute, anti-hallucination guards, and alias-aware tool resolution
1c6f444
raw
history blame contribute delete
397 Bytes
# 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.