I’ve managed to build a chat platform similar to everyone’s favorite AI chat application. The workflows as well as API calls are all hooked up and ready to be used, all that’s required is an OpenAI API key.
GPT-3.5 SUPPORT ADDED
I am happy to announce that the template is now supporting GPT-3.5 for conversations between the user and the chatbot. We are still using GPT-3 for response re-generation however that may change in the future.
I will be releasing a guide on how to convert existing templates to use the new GPT-3.5 so that you can enjoy faster and less costly conversations with the AI.
Take a look at the demo and try it out for yourself, if you have any questions just reply here or reach out directly to my email at aiapptemplate@gmail.com
I also offer full integration services separately so if you have an application you’d like to have this integrated into just let me know!
Thanks everyone, looking forward to getting some feedback on this
-Justin
I am happy to announce that the template is now supporting GPT-3.5 for conversations between the user and the chatbot. We are still using GPT-3 for response re-generation however that may change in the future.
I will be releasing a guide on how to convert existing templates to use the new GPT-3.5 so that you can enjoy faster and less costly conversations with the AI.
Hi… How would I go about removing the need to login to this app? I plan to embed this into my existing paid product in an iframe and so do not need the login. Thanks for building this.
Apologies for the late response, iframes are a bit tricky because most browsers block the cookies required to allow user sign ins, do you want user’s to have access to a history panel?
Hey there, I got the template but I am having trouble figuring out how I could Pre-Prompt the AI into giving certain responses based on what I tell it before hand. So let’s say . “You are a scientist. Answer the following questions in an academic way”
Hi Jack, to do that you may have to configure the chat so that when you click “new chat” it will automatically send off a message containing the context you are referring to. Then on the chat itself, you can filter the list based on “items from 2” and it will filter out the first 2 messages. It’s a bit easier with GPT-3 because it is using a user instructed prompt but this workaround should function properly
i’m building a chatGPT wrapper where Product leaders can request for docs like user stories, requirements, etc and it would just product them for the user. can i use this template? is it possible to restrict the responses so that it is only relevant to product related things?