DenisovAV / flutter_gemma

The Flutter plugin allows running the Gemma AI model locally on a device from a Flutter application.
MIT License
32 stars 9 forks source link

perimeters not being passed #12

Open C1MERON opened 1 month ago

C1MERON commented 1 month ago

Out of these perimeters:"FlutterGemmaPlugin.instance.init( maxTokens: 1000, temperature: .5, topK: 10, randomSeed: 10, );" only maxTokens changes the output. Any other modifications have no effect, the same output will occur regardless. Has anyone been able to modify LLM behavior?

DenisovAV commented 1 month ago

Thank you for an issue, I'll take a look, sorry for the delayed answer