Skip to content

xihadulislam/chat_gpt_flutter

Repository files navigation

Chat GPT Flutter

(C) 2022 The original author @XihadIslam

ChatGPT is a large language model developed by OpenAI that is trained to generate human-like text based on a given prompt or context. It is based on the GPT (Generative Pre-trained Transformer) architecture and uses machine learning techniques such as unsupervised learning and deep learning to generate text. It can be fine-tuned for specific tasks such as language translation, text summarization and answering questions. It's knowledge cutoff is 2021 and is constantly being updated. ChatGPT is capable of understanding and answering a variety of questions on different topics, making it a powerful tool for natural language processing and conversational AI applications.

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

Generate API keys

Go to this website to create your api key https://platform.openai.com/account/api-keys

after creating a api key put it on "OPEN_AI_KEY" key on lib/app/common/headers.dart

Screenshots (Chat with AI)