Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 589 Bytes

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