another_chatgpt 4.1.1 copy "another_chatgpt: ^4.1.1" to clipboard
another_chatgpt: ^4.1.1 copied to clipboard

Package for interacting with the OpenAI APIs

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add another_chatgpt

With Flutter:

 $ flutter pub add another_chatgpt

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  another_chatgpt: ^4.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:another_chatgpt/another_chatgpt.dart';
2
likes
0
points
69
downloads

Publisher

verified publisherrouninlabs.com

Weekly Downloads

Package for interacting with the OpenAI APIs

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, json_annotation

More

Packages that depend on another_chatgpt