gpt_3_dart icon indicating copy to clipboard operation
gpt_3_dart copied to clipboard

Stops, frequency and presence penalty.

Open adriancsbna opened this issue 4 years ago • 1 comments

Hi. Great job with this plugin. Congratulations.

I just have a question about the Plugin. Is there a way to add Frequency penalty, presence penalty, and stop sequence to the request?

adriancsbna avatar Feb 18 '21 17:02 adriancsbna

its long time passed but if you want can you try this repository. I just upgraded to null safety and added the parameters. https://github.com/xyzbilal/gpt_3_dart/tree/add_penalty

you can add pubspec.yaml like below

gpt_3_dart:
    git:
      url: https://github.com/xyzbilal/gpt_3_dart.git

xyzbilal avatar Nov 04 '22 23:11 xyzbilal