Spaces:
Build error
Build error
| # Customs Compass - Environment Configuration | |
| # | |
| # Copy this file to `.env` and fill in your real values. The .env file | |
| # is loaded automatically when the app starts and is git-ignored. | |
| # --- Ollama (local LLM for the main Q&A assistant) --- | |
| OLLAMA_URL=http://localhost:11434 | |
| OLLAMA_MODEL=llama3.2:3b | |
| # --- OrbitAI (used for premium agent features: Market Intelligence, | |
| # Localization, GTM roadmap, etc.). Get your key from Orbit AI dashboard. | |
| ORBITAI_API_KEY= | |
| ORBITAI_BASE_URL=https://api.orbitai.global/v1 | |
| ORBITAI_MODEL=gpt-5.4 | |