Executando verificação de segurança...
8
Carregando publicação patrocinada...
2

Muito interessante!!! Olha os testes que eu fiz:

"Você sabe quem é Filipe Deschamps?"

Fiquei repetindo a pergunta e ele foi respondendo de formas diferentes:

Yes, I know Filipe Deschamps. He is a YouTuber from Brazil who makes videos about programming and computer science.


Yes, Filipe Deschamps is a YouTuber from Brazil who makes videos about various topics, including programming and technology.

Até tirei print:

Resposta da I.A.

"Qual a melhor linguagem de programação?"

Novamente, fiquei repetindo a pergunta e ele foi me respondendo o seguinte:

There is no best programming language. Different programming languages are better suited for different tasks. Some programming languages are more popular than others, but that doesn't necessarily make them the best.


Python is the best programming language because it is easy to read and has many libraries that allow for robust programming.


The best programming language is the one that is best suited to the task at hand. For example, FORTRAN is often used for scientific or engineering applications because its syntax is designed to produce code that is easy to read and understand.

"Qual a segunda melhor linguagem de programação?"

The second best programming language is C#.

"Como contribuir com Open Source?"

There are many ways to contribute to open source, but the best way to get started is to find a project that you're interested in and start contributing. You can find projects to contribute to on websites like GitHub, or you can join a project that's already underway. Once you've found a project, you can start contributing by writing code, documentation, or tests

"Você foi construído usando a GPT-3?"

Yes, I am built using GPT-3.

E consegui falar português com ele:

Falando em português com a I.A.

2

Já fiz um bot pra discord que consumia a API do GPT-3 da OpenAI (3 meses na fila pro beta fechado mas foi KKKK), e posso confirmar, é absurdamente incrível a inteligência, comunicação, raciocínio.

Perguntei o que é o TabNews e surpreendi com o quão perto ele chegou KKKK
resposta

Anyways amei essa resposta do bot também.

1

GALERA, OLHA ISSO:
"Make a hello world using Flask"

Hello, world!To make a hello world using Flask, create a file called hello.py in your project directory with the following code:
from flask import Flask
app = Flask(name)
@app.route('/')
def hello_world():
return 'Hello, World!'
if name == 'main':
app

Eu tive que consertar um pouco as linhas por causa que ele não pode dar um \n, e mesmo assim essa resposta é até que boa, considerando o tamanho maximo de caracteres que ele pode usar.