Steve Randall
Steve Randall
Fixed via https://github.com/oobabooga/text-generation-webui/pull/1830

Rebased - should be ready for merge now
bas rebase - will recreate PR
https://github.com/Significant-Gravitas/Auto-GPT/pull/1698
I have submitted a fix for this extension: https://github.com/oobabooga/text-generation-webui/pull/1775
> found a solution that works at least for me. #1744 Sorry @subversion23, I didn't see your PR but we came to similar conclusions. I have also added a bunch...
@subversion23 / @DGdev91 I have closed my original PR. I have now re-implemented using the official EL API! https://github.com/oobabooga/text-generation-webui/pull/1787 It works really well! API key now optional for limited testing.
Screenshot: 
It's not merged yet, you can try it on your local machine as follows: ``` git fetch origin pull/1787/head:pr/1787 && git checkout pr/1787 ``` If it works for you, could...