Hi Everyone!
First, I want to thank those who have contacted me here and on LinkedIn with all the kind words about how I help and assist members and users here!
It’s very gratifying to be held in such high regard by so many developers here. THANK YOU. LinkedIn is the best place to contact me, as I have disabled direct messages here temporarily (except to a hand full off long time members, staff and regulars).
So, what I have been doing with my current OpenAI project?
Lately, I have been creating my “user support” OpenAI API Lab, which only runs (at this time) on my desktop. it’s a Rails app, and it is still a work-in-progress, as I add more features and functions weekly. When I am happy with it, I may push it out to the web so developers can use it directly, no plans at time.
The code is all in Ruby (and Rails) and I have modules for each of the main functions, as follows from a screen shot in Visual Studio Code.
So far there is the main screen, which is just a big menu:
Main Screen
Here are the main functions so far:
Moderation (models selectable)
Moderation Example (results stored in a DB)
Embeddings (will add more models later as they are released)
Embeddings Results (stored in a DB)
Completions New (many options, results stored in a DB)
Completions Results
Fine Tuning (needs a few more params later)
List Fine Tuned Models (needs a few more params later)
- Can delete also, but did not commit yet.
- Can select models, but have not committed yet.
Search (can compare search types, methods as well)
- All text and vectors in a DB
Results (Ranked)
User Login
Todo
My next plan is to finalize selecting my fine-tuned models for completions.
Mostly, when I see folks having problems here in the OpenAI community, I think about how I can write some code to test a member’s problem, or validate something, so I can confidently reply and help someone when they have a pressing problem or question.
For example, the fine-tuned function has a JSONL validator (regex based) and an OpenAI API format validator (also regex based), so I plan to break that out to it’s on direct menu item.
Please contact me on LinkedIn if you have any features who would like me to add, or post back here in this topic.
Well, that’s about it for this project today !
Now, you know how I test completions, params, etc so fast.
If you read this far down, wow! Thanks!!