FLUTTER ECOSYSTEM

SnowStar0423/ChatGPT-Flutter-App

Flutter에서 ChatGPT와 유사한 앱

간단한 ChatGPT 프로젝트 이미지
Stars
79
Forks
12
최근 푸시(UTC)
2023. 7. 2.
프로젝트 상태
활성
Tech-savvy Mobile App Developer | Modern & Scalable Apps GitHub avatar
GITHUB User

Tech-savvy Mobile App Developer | Modern & Scalable Apps ↗

We will be seen the reality of our dream

언어DartC++CMakeHTMLCSwiftKotlin

사용 중인 의존성

의존성 목록 7 개

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Simple ChatGPT Flutter Version

This is a simple version of ChatGPT in Flutter, using your own API key. With this app, you can chat in app with ChatGPT. I never learned flutter before, but with ChatGPT, I created this simple version in 2 days! You can build this too!

I implemented this for fun and improving my code skills, also other flutter beginners can start with my projects to build their ideas. There may be some bugs though, bare with me. But the data structure classes are delicately written! I've learned a lot during this simple development, the biggest lesson is:

Think before you code!

img img img

Getting Started

Prerequisites

Before you start, make sure you have the following:

Flutter installed on your machine. You can follow the instructions here. An API key for the OpenAI ChatGPT language model. You can apply for an API key here.

Installation

Clone the repository to your local machine. Run the app on your device or emulator using flutter run. You will also need the Xcode to simulate the ios environment.

''' flutter run '''

Features

The app includes the following features:

  • Chat with ChatGPT using the OpenAI API
  • Display chat history
  • Add new conversations
  • Rename existing conversations
  • Delete conversations

Acknowledgments

The OpenAI API for providing the language model used in the app. The Flutter framework for making it easy to build beautiful and fast mobile apps.

License

MIT License