Skip to content
i0s_tweak3r edited this page May 3, 2023 · 1 revision

Welcome to the EZComplete wiki!

The only project silly enough to work with AI entirely in ObjC.

Who needs convenience methods and an API that's already written in Python to make your life simpler?

EZComplete's first working version was finished about 3 months before making it open source, licensed under creative commons license, before it was a trend to make CLI based AI chatbots. It innovated in this area, in the choice of programming languages, and in it's multi model approach.

It should be an ideal project for doing evals, as the model can be changed before each completion. An option in the future will be added to enter a url to a pretrained, custom model, as well as options to use EZComplete as a model training tool.

Pro Tip: In your terminal program, before starting EZComplete, type "script logName.txt" (hit enter). You will now have an output file that will log each keystroke made by the the user and model. You never know when a really neat completion is going to come, and sometimes terminal programs can be difficult to copy or paste multiple lines at once. This way it's done for you. Plans to add an option to automatically create a log are already in place, as well as options to expose the bot to previous logs if desired to cure them of "fishbowl memory".

EZComplete was the brainchild of i0s_tweak3r, who can be reached on Twitter @BrianVS or @i0s_tweak3r.etc on the Ethereum Classic blockchain.

All content is copyright 2022-2023 Brian Nooning /i0s_tweak3r, except for models used and other content created by OpenAI, the team that brought you chat gpt and GPT4 (but locked the good stuff away from everyone except the chosen ones, leaving everyone else left behind wondering if OpenAI, whose mission is to "democratize AI making it available to everyone", has any intention of doing just that, as they end free trials of the API early, and then change their code from open to close sourced, and change from a non-profit to for-Billions-in-profits for-sale-to-richest-elites based organization). The code in this repository will remain open source and free for all to use.

Even commercial, for profit projects are allowed to reuse this code and modify to their liking under the creative commons license, where credit must be given along with a copy of the license for any releases that use part or all of this code.

The code is written without any claims to fitness for any purpose, it's presented "as is" with no warranties and the author shall not be liable for any content generated by the code or the AI model used, which are made by OpenAI.

Clone this wiki locally