Chatbots, search engines and LLMs

GPT-3

GPT-3 (Generative Pre-trained Transformer 3) is a Large Language Model (LLM) that has been trained to GENERATE TEXT given a PROMPT.

Basic QA with GPT-3

It has a huge amount of parameters that we can tweak to specialize it for more specific tasks, and the Open AI platform has some presets we can use:

  • QA

  • Grammar correction

  • Translation

  • Code generation

  • Classification

  • Brainstorming

  • ...

Prompt and parameters for a "Text to command tool" task
Prompt and parameters for an "Interview questions generator" task

In the following link, you can find a detailed explanation about all these settings and hyperparameters we can tweak:

https://www.twilio.com/blog/ultimate-guide-openai-gpt-3-language-model

ChatGPT

ChatGPT is an AI-powered chatbot developed by OpenAI. It is based on OpenAI's GPT LLM, it has been fine-tuned with both supervised and reinforcement learning techniques for generating responses and continue a conversation.

ChatGPT prompts

Here you can find several tips for creating better prompts to get the desired answer:

i want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is pwd

Character.AI

This tool allows you to create a chatbot inspired in a character such as Super Mario, Bowser or Einstein, with their own peculiarities.

Chatting with Super Mario, why no?

Chatsonic

Chatbot that has integration with Google to enable tasks involving the use of recent information, with the possibility of interacting through voice commands and support for artistic creation of digital images in a wide variety of styles.

Perplexity.ai

Perplexity.ai is a search engine that uses LLMs to answer complex questions.

Last updated