The demo code of Build an AI Chatroom With ChatGPT and ZK by Asking It How!
A chatroom web application that communicates with ChatGPT by its API.
Singup OpenAi platform to get API key. create config.properties
and put your api key in like:
api.key=my-key
run task startJettyRunner
, jettyRun
, or tomcatRun
.