/chatgpt-nodejs-app

Example how to capture OpenAPI HTTPS Request/Response in NodeJS with Proxyman

Primary LanguageHTML

Capture OpenAI APIs with Proxyman in NodeJS

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.

Features

  • Simple and clean chat interface
  • Express.js backend server and communicate with OpenAI's GPT-3.5 Turbo model

Installation

npm install
npm run dev

How to capture OpenAI APIs with Proxyman

Please read the blog at Debug OpenAI APIs with Proxyman in NodeJS