Skip to content

A chat application written in php, where users can talk to each other and use the "@bot" keyword to talk to gpt-3.

Notifications You must be signed in to change notification settings

aaryadav/chatbot

Repository files navigation

Introduction

Run the commands given below to run the project:

composer install
psql -f database/db.sql
php -S localhost:8000
php bin/server.php
php bin/bot.php

Screenshots:

User 1 screen user 1 screen

User 2 screen user 2 screen

About

A chat application written in php, where users can talk to each other and use the "@bot" keyword to talk to gpt-3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages