Replies: 1 comment
-
You could convert your text-file to a yaml-file like this:
Then you could call a specific expression like this:
And if you just want a random expression from the whole file, call it like this; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, im using this to run batch jobs for with complex character expressions and i some how got it in my head that I could label each of the lines and call it like
__expressions:disgust__
when I wanted a specific expression rather than having to type them all out again or, getting them randomly.To be clear,
__expressions__
does work in my prompt and randomizes, and my variants within it {thumbs up|ok sign|victory sign}
do work.So I've got two questions.
__expressions__
in order they are listed in the expressions.txtBeta Was this translation helpful? Give feedback.
All reactions