An open API service indexing awesome lists of open source software.

https://github.com/jamubc/deepseek-for-grok-build


https://github.com/jamubc/deepseek-for-grok-build

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# deepseek-for-grok-build

![Status](https://img.shields.io/badge/status-active-green)
![Platform](https://img.shields.io/badge/platform-macOS-lightgrey?logo=apple)
![Runtime](https://img.shields.io/badge/runtime-Node.js-339933?logo=node.js&logoColor=white)
![License](https://img.shields.io/github/license/jamubc/deepseek-for-grok-build)

Give Grok Build access to DeepSeek models.

It installs a `grok-deepseek` command:

```bash
grok-deepseek -p "Say ok"
```

`grok-deepseek` starts Grok Build with `-m deepseek`. The `deepseek` model points directly at DeepSeek's official API.

Default model:

```toml
model = "deepseek-v4-flash"
```

## What It Does

- Adds Grok model `deepseek`.
- Adds command `grok-deepseek`.

## Prerequisites

- macOS.
- Node.js ≥ 18.
- Grok Build installed at `~/.grok/bin/grok` or available as `grok`.
- DeepSeek API key.

## Install

```bash
node lib/install.js
```

Or via npm script:

```bash
npm run install-proxy
```

Verify:

```bash
grok-deepseek -p "Say ok"
```

Check the model:

```bash
grep -A7 '^\[model.deepseek\]' ~/.grok/config.toml
```

## Security

Generated env file:

```text
~/.cli-proxy-api/grok-deepseek.env
```

Do not commit this file.