API docs: https://dreamgen.com/docs/models/opus/v1
API keys: https://dreamgen.com/account/api-keys
I decided to base this on the text-completion API since it's more
flexible with SillyTavern's prompt formating capabilities.
This also means that custom context and instruct settings are required.
Will add documentation in a followup PR.
* The popular mirostat "Gold/Silver/Bronze" community settings
These settings have been popular in the community and are good
candidates for defaults.
* Update Miro Bronze.json
* Update Miro Gold.json
* Update Miro Bronze.json
* Update Miro Silver.json
* Rename Kobold presets
* Update textgen presets
---------
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
This wasn't actually deterministic because despite `do_sample: false`, temperature was still taking effect, causing non-deterministic output. I fixed this and also adjusted repetition penalty to be like KoboldAI's Deterministic preset.