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?
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?