csells / flutter_ai_toolkit

A set of AI chat-related widgets for Flutter
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
33 stars 6 forks source link

feature: support systemInstructions for customizable model #52

Closed berkaykurkcu closed 1 month ago

berkaykurkcu commented 1 month ago

When using FirebaseVertexAI.instance.generativeModel, there is an optional 'systemInstructions' that provides specific guidelines or constraints to the model, which can help in generating more controlled and relevant responses.

berkaykurkcu commented 1 month ago

Seems like i overlooked so closing this as its already in the works. updated to expose system instructions

csells commented 1 month ago

Thanks, @berkaykurkcu. I've actually already implemented this but haven't yet exposed it to the published package (I've got some docs work to do first). Stay tuned!