open_responses 0.1.4
open_responses: ^0.1.4 copied to clipboard
Dart client for the OpenResponses API. Provides a unified, type-safe interface for interacting with multiple LLM providers through the OpenResponses specification.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add open_responsesWith Flutter:
$ flutter pub add open_responsesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
open_responses: ^0.1.4Alternatively, 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:open_responses/open_responses.dart';