A simple Chat Application that uses OpenAI's API in NodeJS ExpressJS Server to generate responses to user messages. It's a simple example to show how to capture OpenAI APIs with Proxyman.
- Simple and clean chat interface
- Express.js backend server and communicate with OpenAI's GPT-3.5 Turbo model
npm install
npm run dev
Please read the blog at Debug OpenAI APIs with Proxyman in NodeJS