this post was submitted on 02 Jun 2026
317 points (99.7% liked)

Programmer Humor

31814 readers
445 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] CombatWombat@feddit.online 49 points 1 week 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.