gpt-j-api icon indicating copy to clipboard operation
gpt-j-api copied to clipboard

Generate multiple sequences

Open Aspie96 opened this issue 4 years ago • 3 comments

Thanks for providing this.

Would it be possible to generate multiple sequences with one prompt?

Obviously the amount must be limited.

Aspie96 avatar Oct 13 '21 00:10 Aspie96

Oh hey! :-)

This is where generation happens, you can extend or copy-paste the /generate API segment and add an argument to call it several times, appending to a list.

6r1d avatar Oct 13 '21 00:10 6r1d

(@6r1d and I talked on another channel).

Thanks!

The issue is that I am using vicgalle's public API, so I cannot patch the backend.

Aspie96 avatar Oct 13 '21 01:10 Aspie96

Thanks for your sponsor @Aspie96 ! Your name is now included in a new section at the Readme.

I'll tackle this issue over the next few days (been busy with my usual job atm) and implement it on the server!

vicgalle avatar Oct 13 '21 15:10 vicgalle