logoalt Hacker News

embedding-shapetoday at 4:57 PM1 replyview on HN

Yeah, I also built my own "router" for this:

    if (process.env.LOCAL_MODEL {
      http('localhost:3000/v1/completions')...
    } else {
      http('api.openrouter.ai/v1/completions')...
    }

Replies

nvme0n1p1today at 5:23 PM

Brilliant! I'd like to invest $10M. Who should I make the check out to?