Live data from Hacker News

Viewing profile — detente18

detente18

HN member
Joined
Sat, May 19, 2018, 10:40 PM UTC
HN karma
374
Public activity
69 items

About detente18

Github Account: https://github.com/krrish-berri-2

Recent public activity

  1. comment
    Comment #48649663

    1. I think rust is the better long term solution over go. Especially for a gateway. You can see other proxy's (e.g. cloudflare's pingora - https://blog.cloudflare.com/how-we-built-…

  2. comment
    Comment #48366531

    this is pretty interesting. nice work!

  3. story
    Show HN: Lite-Harness – Self-Hosted Cursor Agents (Use Claude Code/OpenCode)

    We built this Dockerfile because we wanted a simple harness server to run our agents and get memory, durable sessions, cron scheduling, and a vault, out of the box.

  4. comment
    Comment #47526662

    Update 2 (03/25/2026): - We will be holding a townhall on Friday to review the incident and share next steps ( https://lnkd.in/gsbTdCe7 ) - We can confirm a bad version of Trivy se…

  5. comment
    Comment #47519966

    I deleted it, to be safe.

  6. comment
    Comment #47504535

    It was the PYPI_PUBLISH token which was in our github project as an env var, that got sent to trivvy. We have deleted all our pypi publishing tokens. Our accounts had 2fa, so it's …

  7. comment
    Comment #47504491

    Update: - Impacted versions (v1.82.7, v1.82.8) have been deleted from PyPI - All maintainer accounts have been changed - All keys for github, docker, circle ci, pip have been delet…

  8. comment
    Comment #47502858

    LiteLLM maintainer here, this is still an evolving situation, but here's what we know so far: 1. Looks like this originated from the trivvy used in our ci/cd - https://github.com/s…

  9. job
  10. comment
    Comment #42596235

    Should we expect the current API ( https://docs.goodfire.ai/introduction ) to be good for prod or is it for testing only? I see that the sampling API is OpenAI-compatible (nice!). …

  11. comment
    Comment #42596191

    I wish you could filter by startup name. Would be curious to know where we (litellm) ended up

  12. comment
    Comment #42596164

    Saw you just support claude for now. If your backend code is in Python, happy to add support for other models (OpenAI/Gemini/etc.) via a consistent API interface like LiteLLM - htt…

  13. comment
    Comment #42596099

    Was looking at adding this to litellm - https://docs.litellm.ai/docs/providers but the website crashed on me while reviewing the docs. Is this stable yet?

  14. comment
    Comment #42596075

    Your changelog is neat - is this custom built or via some embeddable tool?

  15. comment
    Comment #42596036

    Interesting - how do you use LiteLLM + OpenRouter here? I would assume they're alternatives

  16. comment
    Comment #42596023

    Just saw `from litellm import completion` code Thank you for using litellm + all your issues on our repo! @Ey7NFZ3P0nzAe - litellm maintainer

  17. comment
    Comment #42595998

    It's interesting to see how short-lived some of these were (e.g. HumanEval).

  18. comment
    Comment #42595986

    Interesting — does your backend server use Python? I couldn't find much about it on your site. It would be great to see this tested with more commercial LLMs (O1 / Amazon Nova, / L…

  19. comment
    Comment #41820809

    +1 on the github issues. It's very useful to have this on the litellm docs

  20. comment
    Comment #40791751

    nice! thanks for using litellm! - maintainer :)

  21. comment
    Comment #39631005

    Hey, are you just looking for litellm - https://github.com/BerriAI/litellm context - i'm the repo maintainer

  22. comment
    Comment #38643844

    LiteLLM proxy (100+ LLMs in OpenAI format) is exactly compatible with the OpenAI endpoint. Here's how to call it with the openai sdk: ``` import openai client = openai.OpenAI( api_…

  23. comment
    Comment #37446684

    Here's the template I'm using - https://github.com/BerriAI/litellm/blob/5ca8b23e22139a4f49bd... Anything I'm doing incorrectly?

  24. comment
    Comment #37446663

    nice - is this using LiteLLM for making the completion calls?

  25. story