Arista Indrajaya 4e89732419 Update quickstart content
Add quickstart content to the Jan docs and update the Docusaurus config and Sidebars
2024-02-23 17:26:24 +07:00

38 lines
1.0 KiB
Plaintext

---
sidebar_position: 4
---
import raycast from './img/raycast.png';
import raycastImage from './img/raycast-image.png';
# Raycast
## Overview
[Raycast](https://www.raycast.com/) is a productivity tool designed for macOS that enhances workflow efficiency by providing quick access to various tasks and functionalities through a keyboard-driven interface.
## How to Integrate Raycast
<div class="text--center">
<img src={raycast} width={800} alt="raycast" />
</div>
### Step 1: Download the TinyLlama model from Jan
Go to the **Hub** and download the TinyLlama model. The model will be available at `~jan/models/tinyllama-1.1b`.
### Step 2: Clone and Run the Program
1. Clone this [GitHub repository](https://github.com/InNoobWeTrust/nitro-raycast).
2. Execute the project using the following command:
```sh
npm i && npm run dev
```
### Step 3: Search for Nitro
Search for `Nitro` using the program and you can use the models from Jan in RayCast.
<div class="text--center">
<img src={raycastImage} width={800} alt="raycast" />
</div>