google-gemini / generative-ai-dart

The official Dart library for the Google Gemini API
https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=dart
Apache License 2.0
564 stars 113 forks source link

Is there a way to run AI locally? #181

Open ilya-kuznetsov-tabby opened 4 months ago

ilya-kuznetsov-tabby commented 4 months ago

Description of the feature request:

Hey! Could you please tell me if there's a way to run AI processing locally on the device in order to avoid library making API calls to https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent ?

What problem are you trying to solve with this feature?

No response

Any other information you'd like to share?

No response

singhniraj08 commented 4 months ago

@ilya-kuznetsov-tabby, Thank you reporting this issue. This repository is for issues related to Dart SDK client bugs or improvements and the client doesn't control the service's responses. For issues related to Gemini API, we would suggest you to use "Send Feedback" option in Gemini docs. Ref: Screenshot below. You can also post this issue on Discourse forum.

image