Spaces:
Build error
Build error
| # Ollama Configuration | |
| # For local development, use localhost | |
| # OLLAMA_BASE_URL=http://localhost:11434 | |
| # For Hugging Face Space deployment | |
| # Replace with your actual Ollama server endpoint | |
| # If hosting on Hugging Face Spaces, use your Space URL: | |
| # OLLAMA_BASE_URL=https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME | |
| OLLAMA_BASE_URL=https://huggingface.co/spaces/bahadur3093/ollama-server | |
| # Environment (development, production) | |
| NODE_ENV=production |