Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 679 Bytes

File metadata and controls

24 lines (15 loc) · 679 Bytes

Chat App with ChatGPT API Integration

Integrate with ChatGPT API by creating your own chat application.

Start the server using

npm run dev

Access the Chat page at http://16.171.153.4/chat

Preview

Note

Please note, this is for demonstration purposes only. Do not deploy this to production.

If you really want to deploy this to production, then you may following these steps:

  • Create an API on your server. This API will call the ChatGPT API, and use the API Key
  • Remove API Key from this repository, and any ChatGPT API Integration
  • Integrate with the new API that you created on your server.# chat-app-with-chatgpt-api-integration