DGPisces/dsh-openai-oauth
DGPisces★ 5JavaScriptLast synced: 2026-08-14
DeepSeek Harness provider for GPT models using managed ChatGPT OAuth through Codex app-server
README excerpt
dsh-openai-oauth English 简体中文 Use GPT models from your ChatGPT account as the main model in DeepSeek Harness. Harness keeps its own agent loop and runs its own tools. This package connects its LLM interface to the official local Codex app-server, which handles ChatGPT login, credential storage, token refresh, and model access. You do not need an OpenAI API key. The package does not copy another Codex installation's auth.json , implement its own OAuth client, or call an unpublished ChatGPT endpoint. Requirements - Node.js 22.19 or newer - DeepSeek Harness developer preview 0.1.0-rc.6 - A ChatGPT account with Codex access Install Run one command: The installer registers the package with the web and headless profiles, plus any custom profiles that already exist. It also replaces the old deepseek-harness-openai-oauth and dsh-llm-codex-app-server packages if found. Run the same command to update the package later. If you create a custom profile after installation, run it once more to register that profile. Sign in with ChatGPT Start the Harness web interface: Open Settings OpenAI OAuth , select Sign in with ChatGPT , and finish authorization in the OpenAI page. The GPT models available …
View full README on GitHub →