diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..4f7128f --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# Gemini API Configuration +VITE_GEMINI_API_KEY= + +# Note: In production, API calls should go through a backend proxy +# This is for development and demonstration purposes only