© 2023 Hashnode
#openapi
OpenAI allows its users to use these models with their comprehensive API documentation. In this tutorial, you will learn how to use the Completions API provided by OpenAI. Note: If you are intending …
OpenAI's DALL-E 2 is a generative model that uses natural language to generate images based on a given description. Created by OpenAI, the model is trained on millions of images, text, and audio clips…
At the OpenZiti project, we heavily rely on OpenAPI specifications to streamline our development process. The OpenAPI project provides code generators that support a variety of programming languages. …
Postman can build a collection of API requests and has a friendly interface for walking the API specification. This article aims to accelerate your timeline for productively exploring the API and deve…
I'm excited to share with you how REST API can be used to control and extend Rocket.Chat with ease. Rocket.Chat is an open-source platform that offers real-time messaging, video conferencing, and file-sharing services. The platform's powerf…
When I was working as a developer at IBM, I had the opportunity to work with many different API specifications, and I can say that OpenAPI 3 is one of the most powerful and versatile options available…
Where We've Been Expressing your API's intent enables product teams to verify that a critical gateway into your product's data operates as expected, and with integrity. Most broadly, this practices wh…
Title: "Getting to Know ChatGPT: The Cutting-Edge AI-Language Model" Dt. 02-02-23 Introduction: Have you ever heard of ChatGPT? This advanced language model is changing the way we interact with AI. De…
A bit of history 📚 Many developers have gone through the hassle of implementing clients toward external and internal APIs. Creating a client implementation of an API is tedious and error-prone if don…
In this tutorial, you will learn how to build a Discord chatbot that utilizes the power of GPT-3, a state-of-the-art language model developed by OpenAI. Discord is a widely used real-time messaging pl…