chatgpt api
1.0.0
Demo Video:
Web app:
https://chatworm.com/
Android app:
Windows app:
Works also with the newest GTP-4 Version if you got access from OpenAI to the new GTP4 model via API.
Otherwise you have to wait and can use the older models instead.
This is a single page application there is no server between your browser and Open AI. The app is just downloaded and cached by your browser and you communicate directly with the API.
Example screenshot:
npm install
to install all frontend packages.npm start
.npm run build
. This will generate new files in the dist
folder which are hosted on our demo page.dist
folder.npm run deploy
to deploy it to production server.npx npm-check-updates -u
npm install --force
This project is licensed under the MIT License.