docs: add gptme integration guide (EN + zh-CN)#262
Open
aznikline wants to merge 1 commit into
Open
Conversation
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
pipx install gptme~/.config/gptme/config.toml(api_key_env = DEEPSEEK_API_KEY,default_model = deepseek-chat/deepseek-reasoner)gptme --model deepseekfirst run +gptme-util providers listCONTRIBUTING checks
docs/gptme.md+docs/gptme.zh-CN.mdin one PR