Files
wehub-resource-sync 2114ccd278
CI / Lint & Test (Python 3.13) (push) Failing after 2s
CI / Lint & Test (Python 3.14) (push) Failing after 1s
CI / Lint & Test (Python 3.12) (push) Failing after 2s
CI / DCO Check (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:23:39 +08:00

25 lines
1008 B
Bash

# SkillSpector Batch Scanner — DO NOT COMMIT
#
# Copy to the repository root as .env:
# cp contrib/batch_scan/.env.example .env
#
# =============================================================================
# Multi-key pool (recommended for batch scans)
# =============================================================================
#
# Format: key|base_url|model, separated by semicolons.
# Add as many keys as you want — the pool distributes requests across them.
# ⚠️ Only helps if keys don't share an account-level rate limit.
#
SKILLSPECTOR_API_KEYS="sk-or-xxx1|https://api.deepseek.com|deepseek-chat;sk-or-xxx2|https://api.deepseek.com|deepseek-chat;sk-or-xxx3|https://api.openai.com/v1|gpt-5.4"
# Force OpenAI-compatible provider mode
SKILLSPECTOR_PROVIDER=openai
# Single-key fallback (ignored when SKILLSPECTOR_API_KEYS is set)
OPENAI_API_KEY=sk-or-xxxxxxxxxxxxxxxxxxxxxxxx
OPENAI_BASE_URL=https://api.deepseek.com
SKILLSPECTOR_MODEL=deepseek-chat
SKILLSPECTOR_LOG_LEVEL=WARNING