mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-15 13:03:46 +00:00
9 lines
314 B
Text
9 lines
314 B
Text
# Supabase Configuration
|
|
VITE_SUPABASE_URL=your_supabase_url_here
|
|
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here
|
|
|
|
# OpenAI Configuration
|
|
VITE_OPENAI_API_KEY=your_openai_api_key_here
|
|
|
|
# Note: Replace the above placeholder values with your actual API keys
|
|
# Do not commit the actual .env file to version control
|