copilot 0.1.10 copy "copilot: ^0.1.10" to clipboard
copilot: ^0.1.10 copied to clipboard

101GenAI copilots

This package enables flutter developers to build 101 Gen AI powered copilots in their apps.

Features #

At the moment, the only api made available via the flutter library is image segmentation APIs

Getting started #

  1. Create 101Gen AI account
  2. Create a co-pilot
  3. Start using the APIs

Contributing #

After the download, please run the model generator:

dart run build_runner build

Usage #

var apiClient = OOOGenAIAPIService();

apiClient.baseUrl = "https://api.101gen.ai";
apiClient.postImage("1.png", 'image/png', file.readAsBytesSync(), "An old wound");

Additional information #

Current version is an alpha release. Please reach out to us chat@101gen.ai