Configure and test your OpenAi bot by using this simple application.
In order to use this application make sure that you have installed Flutter on your machine and then run on a console the following command, while being inside folder directory.
flutter pub get
After packages installation, check for connected devices and run the application
flutter devices
flutter run
- Get Open Ai API key from official website [https://platform.openai.com/account/api-keys]
- Insert API key into the application (in settings page)
- Check others settings to match your necessities [Check official documentation for more informations https://platform.openai.com/docs/api-reference/completions/create]
- Insert an initial topic if you want to set a context for your bot
- Enjoy!
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
- Official Docs: https://platform.openai.com/docs/introduction
- Playground: https://platform.openai.com/playground
- OpenAI API pricing: https://openai.com/api/pricing