A simple chatGPT-like openAI client to talk to
To run it:
- Clone this repo
- Copy
config.example.php
toconfig.php
- Fill in OpenAI api key in config.php
php -S 0.0.0.0:80
- Navigate your browser to http://127.0.0.1
A simple chatGPT-like openAI client to talk to
To run it:
config.example.php
to config.php
php -S 0.0.0.0:80