• exu@feditown.com
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 hours ago

    I’m so glad somebody built this. Now let’s expand the proxy into a full on suite of support bots randomly selecting one or another with failover etc.

  • CombatWombat@feddit.online
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 hours ago

    I had given up on contributing to open source, but I might dust off my keyboard for this one:

    How to Contribute  
    
    Find a corporate chatbot that can answer general questions  
    Reverse-engineer the API (WebSocket, REST, etc.)  
    Build an OpenAI-compatible proxy (follow chipotle-llm-provider as a template)  
    Submit a PR adding your provider to packages/opencode/src/provider/  
    See the chipotle-llm-provider source for the proxy pattern: Express server + WebSocket client + OpenAI-compatible /v1/chat/completions endpoint.