- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
You must log in or register to comment.
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.
I joked about this with Maccas a month ago.
postman has the latest opus model, just sayin
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.




