PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Query Open AI   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Query Open AI
Perform several types of queries to ChatGPT API
Author: By
Last change:
Date: 15 days ago
Size: 369 bytes
 

Contents

Class file image Download
{ "name": "ph-7/search-ai-php", "autoload": { "psr-4": { "PH7\\SearchAi\\": "src" } }, "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me" } ], "license": "MIT", "require": { "siteorigin/openai-api": "^1.0", "vlucas/phpdotenv": "^5.4" } }