DenisovAV / flutter_gemma

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

perimeters not being passed #12

Open C1MERON opened 3 months ago

C1MERON commented 3 months 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 2 months ago

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