Bloxi Alternatives
Similar projects and alternatives to Bloxi
-
assistant
Web UI for ChatGPT API. No back-end, mobile-friendly, continuously user-tested (by felixbade)
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
-
-
GPT-Prompter
Discontinued Browser extension to get a fast prompt (of the selected text) for OpenAI`s GPT-3, GPT-4 & ChatGPT API . Available in the Chrome web store and Firefox browser add-ons
-
-
-
node-chatgpt-api
A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app.
-
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Bloxi discussion
Bloxi reviews and mentions
-
First Simulink (Matlab) Copilot (Bored student playing around trying to learn)
3. Backend that glues together the OpenAI API and frontend
Drop in your own OpenAI API key and you’re off. I used it to debug and build a few uni-project models, and it’s been surprisingly handy.
At first it just spat out a finished Simulink file, but I wanted that ChatGPT “walk-through” vibe make it feel 'magical'. So I added a couple of for loops: one to drop in blocks step-by-step, and another to wire them up.
Since raw code isn’t visible in Simulink (to the best of my knowledge), within one of my scripts I had it walk through the simulink file and screenshot each stage leveraging the fact openAI's API is multimodal, pipe them through the LLM, and let it spot inconsistencies. Works better than I expected. Perhaps someone can do better or find a better way?
Youtube video of me using it: https://youtu.be/TX0fviaFSyg
Here’s the GitHub link if you want to play with it, poke around or build on it: https://github.com/Kaamuli/Bloxi
To use download & open scripts then just do openChatbox().
Stats
Kaamuli/Bloxi is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Bloxi is JavaScript.