/chat

A simple chat that uses openai - you need an openai api key.

Primary LanguagePHP

basic chat example using php and jquery ajax

example

Requirements

  • php 7.4
  • composer

Installation

clone this repository

git clone

add a key.txt file in the root directory and add your own key

touch key.txt

add your own key in the key.txt file

echo "sk-....." > key.txt

How to use

run composer install

composer install

run php server

php -S localhost:8000

open browser and go to http://localhost:8000