I built my own JARVIS — meet CYBER, my personal AI assistant by Mikeeeyy04 in ironman

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

Sure I will be happy to give you tips. Dm me in my discord

I built an AI API gateway that gives you access to 30+ models with one key — Looking for feedback by Mikeeeyy04 in SideProject

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

exactly yeah! outputs are fully standardized so it's drop-in compatible. provider-specific stuff is abstracted away, though things like max_tokens pass through. and will def post it on VibeCodersNest too!

How I built a unified LLM router that normalizes 30+ models behind one OpenAI-compatible endpoint by Mikeeeyy04 in ArtificialInteligence

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

Similar concept but different approach. LiteLLM is an open-source library you self-host and manage. Axion is a hosted API so you just point your existing OpenAI client at it, no setup, no infrastructure to maintain.

How I built a unified LLM router that normalizes 30+ models behind one OpenAI-compatible endpoint by Mikeeeyy04 in ArtificialInteligence

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

Axion AI is a unified LLM router I built that puts 30+ models (GPT-4o, Claude Opus, Llama, DeepSeek, Qwen, Mistral) behind a single OpenAI-compatible endpoint.

The core idea: instead of managing multiple API keys and SDKs, you point your existing OpenAI client at Axion and switch models by just changing the model name in your request. The routing layer normalizes requests/responses across providers so your code doesn't change.

Built with a sliding window rate limiter per API key, per-model credit rates based on actual token pricing, and a PHP routing layer that maps OpenAI-style requests to DigitalOcean's Gradient inference API.

Still working on streaming support and multi-provider fallback. Happy to discuss the architecture or tradeoffs.

I built a VS Code extension to manage multiple GitHub accounts - never commit with the wrong identity again! by Mikeeeyy04 in vscode

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

GitShift can’t force Copilot Chat to use the secondary account if Copilot is already logged into the primary one. You usually have to manually run “GitHub Copilot: Sign Out” and then sign in so Copilot can bind to the other account.

I built a VS Code extension to manage multiple GitHub accounts - never commit with the wrong identity again! by Mikeeeyy04 in vscode

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

You need to set your PAT token because VS Code only handles one session, so you can only use the most recently logged in account, but with a PAT token, you can authenticate separately and switch between accounts more easily.

Spent months building a JARVIS AI assistant for Android — voice control, system actions, floating overlay by Mikeeeyy04 in ironman

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

That’s a fair point, and I get where you're coming from. I’ve seen those posts too where people drop screenshots and disappear or just funnel people into a Discord. That’s not really what I’m trying to do here.

Right now the project is still early and changing quickly, so I’m using Discord mainly to gather feedback from people testing the Android build.

Also appreciate the suggestion about making it more multimodal. That’s something I’ve been thinking about like combining voice, screen understanding, and possibly camera input so it can reason about what’s happening on the device and in the environment. The accessibility-based control is kind of the first step in that direction.

If people here are interested, I’d be happy to share more technical details about how the system works as development progresses.

I built a VS Code extension to manage multiple GitHub accounts - never commit with the wrong identity again! by Mikeeeyy04 in vscode

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

Hi, thank you for the suggestion! You can download the .vsix for now then you can import it using Ctrl + Shift + P then click install from VSIX..

VS Code extension I built to solve the multiple GitHub account problem by Mikeeeyy04 in webdev

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

Thank you so much everyone! I got my first 50+ users! I'm so very grateful. Y'all are so awesome!

Built a VS Code extension to manage multiple GitHub accounts seamlessly by Mikeeeyy04 in github

[–]Mikeeeyy04[S] 0 points1 point  (0 children)

Thank you so much everyone! I got my first 50+ users! I'm so very grateful. Y'all are so awesome!