bard_api 1.0.0 copy "bard_api: ^1.0.0" to clipboard
bard_api: ^1.0.0 copied to clipboard

Reverse engineering of Google's Bard chatbot API.

example/bard_api_example.dart

import 'package:bard_api/bard_api.dart';

void main() async {
  final bard = ChatBot(
      sessionId:
          "WQhElIHjwbSSlw5Pq01apE4jxEn3dTW3uQo-_yijH3DbR2DMDFvvQTie6qd8UGPUoMU2-w.");
  final result = await bard.ask("Hello?");
  print(result);
}
10
likes
130
pub points
33%
popularity

Publisher

unverified uploader

Reverse engineering of Google's Bard chatbot API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on bard_api