Skip to content

AI Engine is a wrapper for AI tools like Gemini and ChatGPT, making it easy to integrate multiple AI services into your PHP application.

License

Notifications You must be signed in to change notification settings

rajanvijayan/ai-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Engine

AI Engine is a wrapper for AI tools like Gemini and ChatGPT, making it easy to integrate multiple AI services into your PHP application.

Installation

composer require rajanvijayan/ai-engine

Usage

<?php

use AIEngine\AIEngine;

$ai = new AIEngine( 'your-gemini-api-key' );
$response = $ai->generateContent('What is AI?');

echo $response;

About

AI Engine is a wrapper for AI tools like Gemini and ChatGPT, making it easy to integrate multiple AI services into your PHP application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages