Skip to content

pj8912/bard-php-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bard-php-terminal

Terminal Chat with Bard using Bard API and PHP

Requirements

  • PHP 8.1
  • Composer

Install

  • Clone
git clone https://github.com/pj8912/bard-php-terminal.git
  • Install
composer install
## Enter Your Key
```php
$_ENV['_BARD_API_KEY'] = "ENTER_YOUR_KEY";

Start

php index.php