anon998 / simple-proxy-for-tavern

GNU Affero General Public License v3.0
110 stars 6 forks source link

How do you use the new presets that are now included #13

Open GamingDaveUk opened 1 year ago

GamingDaveUk commented 1 year ago

The ones added in https://github.com/anon998/simple-proxy-for-tavern/pull/12 and what exactly do they do?

anon998 commented 1 year ago

In the config, change presets/default.json for the name of the preset that you want to use. Like presets/midnight-enigma.json for example: https://github.com/anon998/simple-proxy-for-tavern/blob/e1a0ef30d09aee28947d8e0cd4057b4c5becdca5/config.default.mjs#L5 The new presets came from this poll. They change how each token is selected when generating the response: https://github.com/oobabooga/oobabooga.github.io/blob/main/arena/results.md

GamingDaveUk commented 1 year ago

appreciated