An open API service indexing awesome lists of open source software.

https://github.com/pj8912/bard-php-terminal

Terminal Chat with Bard using Bard API and PHP
https://github.com/pj8912/bard-php-terminal

artificial-intelligence bard bard-api generative-ai google-bard php8 terminal terminal-app terminal-based

Last synced: about 1 month ago
JSON representation

Terminal Chat with Bard using Bard API and PHP

Awesome Lists containing this project

README

          

# bard-php-terminal
Terminal Chat with Bard using Bard API and PHP

## Requirements
- `PHP 8.1`
- `Composer`

## Install
- Clone
```bash
git clone https://github.com/pj8912/bard-php-terminal.git
```

- Install
```bash
composer install
```

```
## Enter Your Key
```php
$_ENV['_BARD_API_KEY'] = "ENTER_YOUR_KEY";
```
## Start
```bash
php index.php
```