[New Template] AI Chat like ChatGPT (100% responsive)

Hey Bubblers,

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.

Check out the template here

Features

  • Fully Responsive
  • Chat History (With AI-generated tags)
  • Regenerate responses
  • Light / Dark mode
  • User signup/onboarding
  • Thoroughly tested API call structures to return the most accurate and conversational experience. (This can be easily modified by yourself)

Screenshots
Landing Page


Login / Signup Page

Main Dashboard Area

Chat Area

Chat Light-mode

Chat Light-mode mobile

Mobile Menu

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

1 Like

Have you updated this template to model gpt-turbo-3.5 yet?

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.

Thanks!
Justin

Hi Rhumphan, yes I just added GPT-3.5 support today.

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.

Hi Ben,

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”

Would love some guidance on this.

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

Why is chat so slow? Why does it take 15seconds to get a response?

can you please fix the JSON insure when you reply to the chat

Awesome!
Do you use Oauth?

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?