Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 693 Bytes

work-locally.mdx

File metadata and controls

23 lines (17 loc) · 693 Bytes
title description
Work Locally
Seamless local-to-cloud experience for rapid experimentation

By using the Hyp CLI, you can access Hypermode-hosted models defined in your app's manifest. This allows for seamless and rapid experimentation with new AI models.

Hyp CLI setup

The Hyp CLI helps you invoke your Hypermode-hosted models from your local Modus development environment. You can install the Hyp CLI to augment Modus and access your Hypermode-hosted models.

npm install -g @hypermode/hyp-cli

Log into Hyp

Before running modus dev to run your Modus app locally, ensure you're logged into the Hyp CLI with the hyp login command.