Spaces:
Sleeping
Sleeping
Sync favored app: TinyLlama/Ollama config, runtime env, UX (tabs, streaming, copy/add, provider dropdown, error actions), Dockerfile and entrypoint
84cea34 | # Firebase Configuration | |
| # Copy this file to .env and fill in your actual Firebase project credentials | |
| # Get these values from your Firebase Console: https://console.firebase.google.com/ | |
| # TinyLlama Assistant backend: auto (default by host), hf (Hugging Space GPU), ollama (local CPU) | |
| # When auto and running on localhost:7860 or 5173, defaults to Hugging Space GPU; switch in UI or set here. | |
| VITE_TINYLLAMA_PROVIDER=auto | |
| # Hugging Face Inference API (for TinyLlama on HF Spaces / production) | |
| # Create at https://huggingface.co/settings/tokens | |
| VITE_HF_TOKEN=your-hf-token-here | |
| VITE_FIREBASE_API_KEY=your-api-key-here | |
| VITE_FIREBASE_AUTH_DOMAIN=your-project-id.firebaseapp.com | |
| VITE_FIREBASE_PROJECT_ID=your-project-id | |
| VITE_FIREBASE_STORAGE_BUCKET=your-project-id.appspot.com | |
| VITE_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id | |
| VITE_FIREBASE_APP_ID=your-app-id | |