mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
- Merge the separate custom-providers section into the unified provider grid; "Custom" in the add-provider picker now acts as an add-new action (trailing + mark) and opens the dedicated modal, supporting multiple OpenAI-compatible endpoints - Simplify the custom provider modal: drop the default-model field, add an inline delete button, align colors with the theme - Keep the legacy single "custom" card visible (models page, chat dropdown and legacy config page) while custom_api_key/custom_api_base is still in use, so existing single-provider setups don't disappear - Unify user-facing wording from "vendor" to "provider" in UI and docs - Restructure custom provider docs (zh/en/ja) around Web console and config file usage
Documentation
This directory contains the Mintlify documentation site for the project.
Prerequisites
- Node.js v20.17.0 or higher (LTS recommended)
Install the CLI (one-time, global)
npm i -g mint
Run the docs locally
From this docs/ directory:
mint dev
Then open http://localhost:3000 (or the port Mint reports if 3000 is in use).
The first run downloads the Mint preview framework (~90 MB) into
~/.mintlify/. Subsequent runs start instantly from the local cache.
More
- Mintlify docs: https://www.mintlify.com/docs