A Flutter app that lets you ask anything with OpenAI API (using GPT-3.5 Turbo model). Easy to use and Simple Interface.
- http: ^1.1.0
- dash_chat_2: ^0.0.20
- get: ^4.6.6
First you need to add your own OpenAI Api key in lib >services >openai >api_key.dart.
Add your own OpenAI Api Key in static String openaiApiKey = "YOUR API KEY";