ollama-server2 / .env.example
bahadur3093's picture
feat: Add environment-based configuration and chat history support
8d8e945
Raw
History Blame Contribute Delete
457 Bytes
# 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