Spaces:
Sleeping
Sleeping
| # Submarine Forecast Configuration | |
| # Server Settings | |
| SERVER_NAME=0.0.0.0 | |
| PORT=7860 | |
| # Novita AI (for forecast explanation) | |
| NOVITA_API_KEY=your_api_key_here | |
| NOVITA_BASE_URL=https://api.novita.ai/openai | |
| NOVITA_MODEL=meta-llama/llama-4-maverick-17b-128e-instruct-fp8 | |
| # AI Settings | |
| AI_MAX_TOKENS=1024 | |
| AI_TEMPERATURE=0.7 | |