Skip to content

saba99/Text-Generator-App-Using-GPT-4.0

Repository files navigation

Text Generator App Using GPT-4.0 And Flutter

Supported models

  • gpt-3.5-turbo
  • text-davinci-003
  • text-curie-001
  • text-babbage-001
  • text-ada-001

Supported platforms

  • iOS
  • Android
  • macOS
  • Windows
  • Linux (untested)

Setup your OpenAI API key

Create a file named openai.yaml in the root directory of the project and fill it with your OpenAI API key.

# default API key
api_key: 'YOUR-API-KEY'

For security reasons, I cannot upload my openai.yaml.

Screenshots