Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 752 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 752 Bytes

chat_gpt_demo

A demo project for chat gpt using text-davinci-002-render and text-davinci-003.

Installation

  1. Get a free API Key at [https://beta.openai.com/account/api-keys)

  2. Clone the repo

    https://github.com/vishaldhaduk9986/chat_gpt_demo.git
  3. Enter your API in constants.dart

    const String apiKey = 'ENTER YOUR API KEY';

Built With

Demo

demo.mov