-
Couldn't load subscription status.
- Fork 14
Small updates to Work Locally #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: Work Locally | ||
| description: "Seamless local-to-cloud experience for rapid experimentation" | ||
| description: "Run your Modus app locally on your machine using the Hyp CLI" | ||
| --- | ||
|
|
||
| Building Modus apps is even easier when you add Hypermode. The Hyp CLI extends | ||
|
|
@@ -10,21 +10,20 @@ experimentation with new AI models. | |
|
|
||
| ## Hyp CLI setup | ||
|
|
||
| For access to hosted models, install the Hyp CLI to augment Modus. | ||
| 1. First, install the Hyp CLI to augment Modus: | ||
|
||
|
|
||
| <CodeGroup> | ||
| <CodeGroup> | ||
|
|
||
| ```bash MacOS + Linux | ||
| curl -sSL http://install.hypermode.com/hyp.sh | bash | ||
| ``` | ||
| ```bash MacOS + Linux | ||
| curl -sSL http://install.hypermode.com/hyp.sh | bash | ||
| ``` | ||
|
|
||
| ```js Windows | ||
| npm install -g @hypermode/hyp-cli | ||
| ``` | ||
| ```js Windows | ||
| npm install -g @hypermode/hyp-cli | ||
| ``` | ||
|
|
||
| </CodeGroup> | ||
| </CodeGroup> | ||
|
|
||
| ## Log into Hyp | ||
| 2. Ensure you're logged in to the Hyp CLI with the `hyp login` command. | ||
|
|
||
| Before running `modus dev` to run your Modus app locally, ensure you're logged | ||
| into the Hyp CLI with the `hyp login` command. | ||
| 3. Run `modus dev` to run your Modus app locally. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryanfoxtyler The opening lines sound okay from a more marketing standpoint, but I would love to simplify this down to make it easier to understand. What content/terms from this would you say are a "must"?
Full content:
Building Modus apps is even easier when you add Hypermode. The Hyp CLI extends the [local Modus experience](https://docs.hypermode.com/modus/modus-cli) with access to Hypermode-hosted models defined in your [app’s manifest](https://docs.hypermode.com/modus/app-manifest) for rapid experimentation with new AI models.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the key is accessing models when running your Modus app locally (but the Modus CLI is responsible for the running of that app locally)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm maybe something like:
When you are building Modus apps, you can use the Hyp CLI locally to access Hypermode-hosted models defined in your app's manifest.🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That feels really long for a description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with simplifying!
When you are building Modus apps, you can use the Hyp CLI to access Hypermode models.or even
You can use the Hyp CLI to access Hypermode models.