Raybbish/dsh-poker-plugin0

dsh-poker

An unofficial local multiplayer Texas Hold'em plugin for the DSH Web UI, with optional server-side AI players.

包名
dsh-poker
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Raybbish/dsh-poker-plugin

Configuration

The poker row config (all optional):

keydefaultmeaning
smallBlind5small blind (chips)
bigBlind10big blind
buyIn1000default buy-in per table
maxSeats6default table size (2–10)
actionTimeoutMs30000turn deadline before auto-action
startingWallet10000Play Tokens granted per new player
deepseekApiKeyunset; falls back to DEEPSEEK_API_KEYserver-side AI API key
deepseekBaseUrlhttps://api.deepseek.comAI API base URL
deepseekModeldeepseek-v4-flashAI model name
botDecisionTimeoutMs12000AI decision request timeout

Prefer the DEEPSEEK_API_KEY environment variable over deepseekApiKey so a secret is not written to a profile patch.