AB_Testing_RAG_Agent / .env.example
kamkol's picture
Better handling large preprocessed data file to Huggingface
2585f8a
raw
history blame contribute delete
346 Bytes
# OpenAI API key
OPENAI_API_KEY=your_openai_api_key_here
# Optional backup key if primary is not set
OPENAI_API_KEY_BACKUP=
# Hugging Face Token - required for downloading PDFs from the Hugging Face dataset
HF_TOKEN=your_huggingface_token_here
# Streamlit configuration (optional)
# STREAMLIT_SERVER_PORT=8501
# STREAMLIT_SERVER_HEADLESS=true