Introduction With the rise of Large Language Models (LLMs), interacting with documents has become more intuitive than ever. Imagine having a chatbot that can read and summarize PDFs for you! In this tutorial, we’ll build a Chat with PDF application…
Tag
Introduction With the rise of Large Language Models (LLMs), interacting with documents has become more intuitive than ever. Imagine having a chatbot that can read and summarize PDFs for you! In this tutorial, we’ll build a Chat with PDF application…
Introduction Voicebots are becoming increasingly popular for automating customer service, providing information, and more. In this tutorial, we will build a voicebot using ChatGPT, Node.js, and Twilio. The voicebot will take user inputs via a phone call and respond using…
Let’s walk through a simple example of using Python with ChatGPT. We’ll create a program that generates text based on a prompt provided by the user. To get started, we’ll need to install the openai Python package, which provides a…
AI is a buzzword, or is it something we should be thinking about? With the release of the OpenAI package, we can dive into AI-powered Laravel applications So, what is OpenAI? What can we do with it? Mostly this is…
Back in October, Nuno Maduro released an OpenAI PHP Client and this week he announced a brand Laravel integration called OpenAPI Laravel. On Twitter Nuno said, “OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the…
The orhanerday/open-ai package is a PHP SDK for accessing the OpenAI GPT-3 API. It supports the complete, search, answer, classification, and engine APIs. Here’s an example of using the OpenAI classification API with this package: You’ll get back the following classification for…