Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modus/app-manifest.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: App Manifest
description: "Define the resources for your app"
"og:title": "App Manifest - Modus"
"og:title": "App - Modus"
---

The manifest for your Modus app allows you to configure the exposure and
Expand Down Expand Up @@ -398,8 +398,8 @@ alphanumeric characters and hyphens.
</ResponseField>

<ResponseField name="provider" type="string">
Source provider of the model. `hugging-face` is currently the only supported
option.
Source provider of the model. If the `connection` value is `hypermode`, this
field is mandatory. `hugging-face` is currently the only supported option.
</ResponseField>

<ResponseField name="connection" type="string" required>
Expand Down