Raybbish/dsh-poker-plugin ↗★ 0
dsh-poker
An unofficial local multiplayer Texas Hold'em plugin for the DSH Web UI, with optional server-side AI players.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Raybbish/dsh-poker-plugin说明文档
阅读完整 README ↗Configuration
The poker row config (all optional):
| key | default | meaning |
|---|---|---|
smallBlind | 5 | small blind (chips) |
bigBlind | 10 | big blind |
buyIn | 1000 | default buy-in per table |
maxSeats | 6 | default table size (2–10) |
actionTimeoutMs | 30000 | turn deadline before auto-action |
startingWallet | 10000 | Play Tokens granted per new player |
deepseekApiKey | unset; falls back to DEEPSEEK_API_KEY | server-side AI API key |
deepseekBaseUrl | https://api.deepseek.com | AI API base URL |
deepseekModel | deepseek-v4-flash | AI model name |
botDecisionTimeoutMs | 12000 | AI decision request timeout |
Prefer the DEEPSEEK_API_KEY environment variable over deepseekApiKey so a
secret is not written to a profile patch.