logoalt Hacker News

aftbityesterday at 11:16 PM3 repliesview on HN

    #!/bin/sh
    export ANTHROPIC_BASE_URL=https://api.deepseek.com/anthropic
    export ANTHROPIC_AUTH_TOKEN=sk-secret
    export ANTHROPIC_MODEL=deepseek-v4-flash
    export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1
    exec claude $@

Replies

aaurelionsyesterday at 11:42 PM

It seems like any project that makes fun of Claude is bound to reach the top spot on Hacker News. Even if it’s just a project consisting of four lines of code.

show 2 replies
btbuildemtoday at 1:04 AM

This in essence is what allows one to use any model with CC -- including local.

nadermxyesterday at 11:36 PM

The AI wars have begun

show 1 reply