Features
OpenAI
OpenAI Docs
To learn about OpenAI Service in Larafast check the OpenAI Service documentation.
Introduction
To use OpenAI API in your application, you need to create an account on OpenAI and get the API key. You can get the API key from the OpenAI dashboard.
Usage
To use OpenAI service, you can use OpenAIController which is already included in the package. You can use the following methods to interact with OpenAI API.
For text completion
OpenAIController.php
For text to speech
OpenAIController.php
For image completion
OpenAIController.php