pras2309 / chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PHP 100.0%