slang_gpt 0.11.0 copy "slang_gpt: ^0.11.0" to clipboard
slang_gpt: ^0.11.0 copied to clipboard

Use GPT to automatically translate at compile time. A tool for slang.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add slang_gpt
copied to clipboard

With Flutter:

 $ flutter pub add slang_gpt
copied to clipboard

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

dependencies:
  slang_gpt: ^0.11.0
copied to clipboard

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:slang_gpt/model/gpt_config.dart';
import 'package:slang_gpt/model/gpt_model.dart';
import 'package:slang_gpt/model/gpt_prompt.dart';
import 'package:slang_gpt/model/gpt_response.dart';
import 'package:slang_gpt/prompt/prompt.dart';
import 'package:slang_gpt/runner.dart';
import 'package:slang_gpt/util/locales.dart';
import 'package:slang_gpt/util/logger.dart';
import 'package:slang_gpt/util/maps.dart';
copied to clipboard
29
likes
160
points
3.71k
downloads

Publisher

verified publishertienisto.com

Weekly Downloads

2024.09.11 - 2025.03.26

Use GPT to automatically translate at compile time. A tool for slang.

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, http, slang

More

Packages that depend on slang_gpt