Ai
Commands for Ai
Ai Commands
Here is the list of commands available in the Ai category.
/generate_playlist
Generate a playlist base on [songs, artists, tags]
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
songs | string | No | The songs to generate the playlist around |
artists | string | No | The artists to generate the playlist around |
tags | string | No | The tags to generate the playlist around |
number_of_songs | integer | No | The number of songs to generate |
model | stringchoices | No | Which Model to use? |
Example Usage
/generate_playlist songs:value artists:value tags:value number_of_songs:value model:valueThis command allows you to generate a playlist base on [songs, artists, tags].
/text_summary
Summarize a text-file
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
file | attachment | Yes | The file to summarize (e.g. .txt, .md, .pdf, .docx, etc.) |
model | stringchoices | Yes | Which Model to use? |
Example Usage
/text_summary file:value model:valueThis command allows you to summarize a text-file.
/generate_content
Generate a content
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
type | stringchoices | Yes | The type of content to generate |
model | stringchoices | Yes | Which Model to use? |
core_keywords | string | No | The core keywords to generate the content around |
Example Usage
/generate_content type:value model:value core_keywords:valueThis command allows you to generate a content.
/describe_image
Describe an image
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
image | attachment | Yes | The (static)- image to describe |
additional_task_prompt | string | No | Task Mivator-AI how it should return the result of the image |
Example Usage
/describe_image image:value additional_task_prompt:valueThis command allows you to describe an image.
/image_gen
Generate an image based on a text prompt
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Description of the image you want to generate |
Example Usage
/image_gen prompt:valueThis command allows you to generate an image based on a text prompt.
/audio_to_text
Transcribe an audio file
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
audio | attachment | Yes | The audio file to transcribe |
Example Usage
/audio_to_text audio:valueThis command allows you to transcribe an audio file.
/chatanswer
Answer a question
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
question | string | Yes | The question to answer |
model | stringchoices | Yes | Which Model to use? |
Example Usage
/chatanswer question:value model:valueThis command allows you to answer a question.
