I have been working on a project to demo the capabilities of the API’s to my leadership that is basically an OpenAI API wrapper in HTML and Javascript. I feel it’s at a point where I can show that demo.
Things it features
Conversation Memory
Prompt personalities (not sure what to call that really yet - but a few different initial prompt inputs)
I just now updated the code to include the new “gpt-3.5-turbo” model support.
Testing it seems pretty good! Just needed to slightly modify the API Call and how I handled the response. Might still need a bit more work for error’ing (like backend 500 errors).