https://github.com/jamubc/deepseek-for-grok-build
https://github.com/jamubc/deepseek-for-grok-build
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamubc/deepseek-for-grok-build
- Owner: jamubc
- License: mit
- Created: 2026-06-01T12:21:15.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-06-01T12:37:13.000Z (11 days ago)
- Last Synced: 2026-06-01T14:19:44.759Z (11 days ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.