Add remote TimesFM service integration

This commit is contained in:
2569718930@qq.com
2026-03-29 22:13:10 +08:00
parent 5b0506a663
commit cdfc785402
12 changed files with 648 additions and 3 deletions
+15
View File
@@ -162,6 +162,21 @@ docker compose logs -f polyweather | egrep "polymarket wallet activity watcher s
| `/diag` | Startup diagnostics |
| `/help` | Help and usage |
## Optional TimesFM Service
PolyWeather can consume a separate official TimesFM inference service for 1 to 3 day forecasts.
1. Enable it in `.env`:
- `POLYWEATHER_TIMESFM_ENABLED=true`
- `POLYWEATHER_TIMESFM_SERVICE_URL=http://polyweather_timesfm:8011`
2. Start the optional service profile:
```bash
docker compose --profile timesfm up --build polyweather_timesfm
```
Service implementation lives in [`timesfm_service/`](timesfm_service/).
## Documentation Index
- Chinese overview: [README_ZH.md](README_ZH.md)