Remove watermarks#4
Open
operatorpuar wants to merge 2 commits into
Open
Conversation
- Remove FORGETMEAI_WATERMARK constant and formatWatermark function from server.js - Remove watermark fields from all API responses (health, model-capabilities, chat completions, Anthropic, Responses) - Remove watermark console.log messages from banner, menu, and server startup - Remove WATERMARK constant and watermark() function from scripts/auth.js - Remove ForgetMeAI Telegram link and footer from README.md - Update GitHub URLs from ForgetMeAI org to operatorpuar in README.md and package.json Co-authored-by: operatorpuar <235687124+operatorpuar@users.noreply.github.com>
- Replace single DS_CONFIG with account pool system - Load accounts from: accounts/ dir, accounts.json, or legacy deepseek-auth.json - Round-robin selection between available accounts - Per-account rate limiting (30 req/min default, configurable via ACCOUNT_RATE_LIMIT) - Per-account cooldown (60s) on errors (401/403/500) - Per-account health stats (total/success/error counts, timestamps) - Add GET /v1/accounts endpoint for pool status monitoring - Add POST /v1/accounts/reload for hot-reload without restart - Update auth scripts to support named accounts (--add <name>) - Add DEEPSEEK_ACCOUNT_NAME env var for auth script - Add accounts.example.json template - Add accounts/ directory with .gitkeep - Update .gitignore to exclude real account files - Update README with multi-account documentation
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.
No description provided.