ChatGPT & Delphi

· Componenti

ChatGPT, acronimo di Chat Generative Pre-trained Transformer, è un chatbot sviluppato da OpenAI. ChatGPT è costruito sulla famiglia di modelli linguistici di OpenAI's GPT-3.5 family of large language models, and is fine-tuned with both supervised and reinforcement learning techniques (from Wikipedia).

We've been playing with chatgpt and test if it was able to produce some type of delphi code, and yes it can, but with some mistakes.

In the following video, I ask the bot to create a WebSocket client in delphi that connects to a server, sends a message and shows the response from the server. Overall the code is more or less correct but it has some mistakes.