opencommit
opencommit copied to clipboard
[Feature]: make top_p and temperature parameters configurable
trafficstars
Description
I believe that if we set top_p or temperature to something more chill like 0.5~0.7 models would better perform instead of sticking to the few shot examples we provide as examples before every commit generated.
Suggested Solution
oco config set OCO_TOP_P=0.5 or oco config set OCO_TEMPERATURE=0.5
Alternatives
No response
Additional Context
No response