Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 320 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 320 Bytes

openai-chat

Simple chat app using the OpenAI GPT-3 API

  • index.html can be opened locally
  • enter your OpenAI API key on index.html, or add it as a query parameter, e.g.: native-js.html?key=[OpenAI-API-key]
  • jquery.html and script-jquery.js provide a jQuery alternative