You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM Schema: ClaimReport {claim_id, verdict, effect_size, metrics}
REM User verbatim: "create startup script to easily run paper-validator"
cd /d "%~dp0"
if defined DEEPSEEK_API_KEY goto :run
if defined OPENAI_API_KEY goto :run
for /f "tokens=*" %%i in ('python -c "import json,os;c=json.load(open(os.path.expanduser('~/.claude/settings.json')));print(c.get('env',{}).get('DEEPSEEK_API_KEY',''))" 2^>nul') do set DEEPSEEK_API_KEY=%%i