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

Package for interacting with the OpenAI APIs

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add another_chatgpt

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

dependencies:
  another_chatgpt: ^2.0.0

Alternatively, your editor might support 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
110
points
69
downloads

Publisher

verified publisherrouninlabs.com

Weekly Downloads

Package for interacting with the OpenAI APIs

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, json_annotation

More

Packages that depend on another_chatgpt