Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena committed Sep 13, 2024
1 parent 2ec3366 commit d39c98e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/cli/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This command uses a `model_id` from the model that you have downloaded or availa

| Option | Description | Required | Default value | Example |
| ----------------------------- | ----------------------------------------------------------------------------------------------- | -------- | ------------- | ----------------------------- |
| `model_id` | Model ID to chat with. | No | - | `mistral` |
| `-m`, `--message <message>` | Message to send to the model | No | - | `-m "Hello, model!"` |
| `model_id` | Model ID to chat with. | Yes | - | `mistral` |
| `-m`, `--message <message>` | Message to send to the model | Yes | - | `-m "Hello, model!"` |
| `-h`, `--help` | Display help information for the command. | No | - | `-h` |

<!-- | `-t`, `--thread <thread_id>` | Thread ID. If not provided, will create new thread | No | - | `-t 98765` | -->
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/engines/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ cortex engines <command|parameter> [options] [subcommand]

| Option | Description | Required | Default value | Example |
|-------------------|-------------------------------------------------------|----------|---------------|-----------------|
| `-vk`, `--vulkan` | Install Vulkan engine. | No | `false` | `-vk` |
| `-h`, `--help` | Display help information for the command. | No | - | `-h` |
{/* | `-vk`, `--vulkan` | Install Vulkan engine. | No | `false` | `-vk` | */}

## `cortex engines get`
:::info
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This command uses a `model_id` from the model that you have downloaded or availa

| Option | Description | Required | Default value | Example |
|---------------------------|---------------------------------------------------------------------------|----------|----------------------------------------------|------------------------|
| `model_id` | The identifier of the model you want to start. | No | `Prompt to select from the available models` | `mistral` |
| `model_id` | The identifier of the model you want to start. | Yes | `Prompt to select from the available models` | `mistral` |
| `-h`, `--help` | Display help information for the command. | No | - | `-h` |
<!-- | `-a`, `--attach` | Attach to an interactive chat session. | No | `false` | `-a` |
| `-p`, `--preset <preset>` | Apply a chat preset to the chat session. | No | `false` | `-p friendly` | -->
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This command downloads and installs the model if not already available in your f

| Option | Description | Required | Default value | Example |
|-----------------------------|-----------------------------------------------------------------------------|----------|----------------------------------------------|------------------------|
| `model_id` | The identifier of the model you want to chat with. | No | `Prompt to select from the available models` | `mistral` |
| `model_id` | The identifier of the model you want to chat with. | Yes | `Prompt to select from the available models` | `mistral` |
| `-h`, `--help` | Display help information for the command. | No | - | `-h` |
<!-- | `-t`, `--thread <thread_id>` | Specify the Thread ID. Defaults to creating a new thread if none specified. | No | - | `-t jan_1717650808` |
| `-p`, `--preset` | Apply a chat preset to the chat session. | No | - | `-p friendly` |
Expand Down

0 comments on commit d39c98e

Please sign in to comment.