Side project a Whatsapp bio generator by OpenAI gpt-3.5-turbo. The code is written in on top of NextJS framework and uses OpenAI’s GPT-3 to generate the bio, this side project similiar to this app.
You only need enter personal description, select the social media target and the AI will generate a bio for you. The bio will be generated based on the input you provided.
what is OpenAI
OpenAI is an artificial intelligence research laboratory consisting of the for-profit OpenAI LP and its parent company, the non-profit OpenAI Inc. The company, considered a competitor to DeepMind, conducts research in the field of artificial intelligence (AI) with the stated aim to promote and develop friendly AI in a way that benefits humanity as a whole.
what is model gpt-3.5-turbo
GPT-3.5-turbo is a language model developed by OpenAI. It is the successor to GPT-3. It is a transformer-based language model that uses the attention mechanism to process input data. It is trained on a large corpus of text data and can generate human-like text.
Grab the code
You can grab the code from the Github repository