gpt4all 0.1.0 copy "gpt4all: ^0.1.0" to clipboard
gpt4all: ^0.1.0 copied to clipboard

Dart binding for the GPT4All C/C++ libraries and models.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gpt4all

With Flutter:

 $ flutter pub add gpt4all

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

dependencies:
  gpt4all: ^0.1.0

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:gpt4all/gpt4all.dart';
6
likes
140
pub points
14%
popularity

Publisher

unverified uploader

Dart binding for the GPT4All C/C++ libraries and models.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on gpt4all