Skip to content

docs: add gptme integration guide (EN + zh-CN)#262

Open
aznikline wants to merge 1 commit into
deepseek-ai:mainfrom
aznikline:add-gptme-guide
Open

docs: add gptme integration guide (EN + zh-CN)#262
aznikline wants to merge 1 commit into
deepseek-ai:mainfrom
aznikline:add-gptme-guide

Conversation

@aznikline

Copy link
Copy Markdown

Adds a bilingual integration guide for gptme (github.com/gptme/gptme, ~4.3k stars).

What is gptme

A provider-agnostic, local-first terminal AI agent — a Claude Code alternative that ships shell/Python/web tools and works with DeepSeek, Anthropic, OpenAI, Google, xAI, OpenRouter, or local models via llama.cpp.

Why it belongs here

README explicitly lists DeepSeek as a supported provider, and the v0.27.0 release added DeepSeek R1 support. Not yet listed in the table; no open PR adds it (checked before opening).

What the guide covers

Installation → configuration → first run, following the existing guide format:

  1. pipx install gptme
  2. Get a DeepSeek API key
  3. Register DeepSeek as a custom OpenAI-compatible provider in ~/.config/gptme/config.toml (api_key_env = DEEPSEEK_API_KEY, default_model = deepseek-chat / deepseek-reasoner)
  4. gptme --model deepseek first run + gptme-util providers list

CONTRIBUTING checks

  • Bilingual: docs/gptme.md + docs/gptme.zh-CN.md in one PR
  • README + README.zh-CN table entries in alphabetical order (between GitHub Copilot CLI and Hermes)
  • Follows the format of existing guides
  • No duplicate of an existing guide or open PR

gptme (github.com/gptme/gptme, ~4.3k stars) is a provider-agnostic,
local-first terminal AI agent — a Claude Code alternative that ships
shell/Python/web tools and works with DeepSeek, Anthropic, OpenAI,
OpenRouter, or local models via llama.cpp.

Guide covers: pipx install -> get DeepSeek API key -> register DeepSeek
as a custom OpenAI-compatible provider in config.toml (api_key_env =
DEEPSEEK_API_KEY, default_model deepseek-chat/reasoner) -> first run
with --model deepseek, plus gptme-util providers list.

Bilingual per CONTRIBUTING: docs/gptme.md + docs/gptme.zh-CN.md in one
PR, README + README.zh-CN table entries in alphabetical order (between
GitHub Copilot CLI and Hermes).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant