openai_gpt3_api 0.1.3 copy "openai_gpt3_api: ^0.1.3" to clipboard
openai_gpt3_api: ^0.1.3 copied to clipboard

A wrapper for the HTTP calls to the OpenAI API for the language model GPT-3.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openai_gpt3_api

With Flutter:

 $ flutter pub add openai_gpt3_api

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

dependencies:
  openai_gpt3_api: ^0.1.3

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:openai_gpt3_api/openai_gpt3_api.dart';
15
likes
110
pub points
51%
popularity

Publisher

unverified uploader

A wrapper for the HTTP calls to the OpenAI API for the language model GPT-3.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, json_annotation

More

Packages that depend on openai_gpt3_api