Chatbots, search engines and LLMs
Last updated
Last updated
GPT-3 (Generative Pre-trained Transformer 3) is a Large Language Model (LLM) that has been trained to GENERATE TEXT given a PROMPT.
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
...
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.
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
This tool allows you to create a chatbot inspired in a character such as Super Mario, Bowser or Einstein, with their own peculiarities.
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 is a search engine that uses LLMs to answer complex questions.