Run settings¶
MindForge can talk to different MinT service instances without a restart. Click the MinT connection bar at the bottom of the sidebar (or the Run settings gear in the toolbar) to open the run-settings dialog.
Chinese-only UI
MindForge's web UI is localised in Chinese only. The field names below are given in English; the labels you see in the product will be Chinese. For a labelled screenshot see the Chinese run-settings page.
Fields¶
- MinT URL — the base URL of the MinT server to connect to. Clear the field to restore the server default.
- MinT Key — the API key to authenticate with. Leave empty to use the server default key.
Click Save to apply. The setting is persisted to the browser's
localStorage, so it survives page refreshes. Click Restore default to
reset to the server defaults.
Browser-scoped
Saving affects only the requests this browser initiates — resource monitoring, training, and evaluation launched from this browser. It does not change any server-side configuration.
When to use it¶
- Private deployment — point MindForge at your team's self-hosted MinT server by entering its internal URL.
- Multi-environment switching — flip between a test server and a production server.
- Multi-user isolation — different users use their own API key and server address in their own browsers.
For the SDK / programmatic equivalent, set MINT_BASE_URL and MINT_API_KEY
in your environment (see Using a trained model).