Removed outdated Raycast instruction

This commit is contained in:
Ashley 2025-01-24 00:22:47 +07:00
parent 3dcc8657ba
commit 959c09dbbd

View File

@ -1,47 +0,0 @@
---
title: Raycast
keywords:
[
Jan,
Customizable Intelligence, LLM,
local AI,
privacy focus,
free and open source,
private and offline,
conversational AI,
no-subscription fee,
large language models,
raycast integration,
Raycast,
]
description: A step-by-step guide on integrating Jan with Raycast.
---
import { Steps } from 'nextra/components'
# Raycast
## Integrate Raycast with Jan
[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. To integrate Raycast with Jan, follow the steps below:
<Steps>
### Step 1: Download the TinyLlama Model
1. Open Jan app.
2. Go to the **Hub** and download the TinyLlama model.
3. 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:
```bash title="Node.js"
npm i && npm run dev
```
### Step 3: Search for Nitro and Run the Model
Search for `Nitro` using the program, and you can use the models from Jan in RayCast.
</Steps>