chatgpt/doc

Helpful documentation for OpenAI and ChatGPT

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-package

v1.0.0 2023-04-23 14:47 UTC

This package is auto-updated.

Last update: 2024-05-23 17:22:37 UTC


README

Helpful documentation for OpenAI and ChatGPT.

Installation

No dependency on PHP version and LARAVEL version

STEP 1: Run the composer command:

composer require chatgpt/doc

STEP 2: Laravel without auto-discovery:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

ChatGPT\Doc\ChatGPTDoc::class,

How to use?: It's Very Easy

DIRECT USE BY ROUTE

>> Just install and run the below route
Ex: http://your-website/chatgpt-doc

Ex: http://localhost:8000/chatgpt-doc