PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel ChatGPT   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel ChatGPT
Integrate ChatGPT in a Laravel Nova panel
Author: By
Last change:
Date: 11 months ago
Size: 787 bytes
 

Contents

Class file image Download
{ "name": "naif/chatgpt", "description": "A Laravel Nova tool to ask ChatGPT and store question with answer to db to be viewed.", "keywords": [ "laravel", "nova", "nova4", "chatgpt", "text-davinci-003", "openai", "ai", "artificial-intelligence" ], "license": "MIT", "require": { "php": "^7.3|^8.0", "laravel/nova": "~4.0" }, "autoload": { "psr-4": { "Naif\\Chatgpt\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\Chatgpt\\ToolServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }