gptsh icon indicating copy to clipboard operation
gptsh copied to clipboard

[BUG] Different replies when I ask twice.

Open Gurkenglas opened this issue 2 years ago • 1 comments

I expected the same reply twice since the temperature is 0 but:

gurkenglas@Gurkenglas-PC ~> nlsh generate natural-language passphrase
pwgen -y -s -c -n -1 12
/tmp/.psub.FgetTORIsn: line 1: pwgen: command not found
[installs pwgen]
gurkenglas@Gurkenglas-PC ~> nlsh generate natural-language passphrase
pwgen -cnsB 12 1
mbwijRr9r9bo
gurkenglas@Gurkenglas-PC ~> f nlsh
nlsh> # Defined in /home/gurkenglas/.config/fish/functions/nlsh.fish @ line 1
      function nlsh
          bash (gptsh --secret [REDACTED] -e code-davinci-001 -p debian $argv | vipe | tee /dev/tty | psub)
      end

Gurkenglas avatar Apr 05 '22 10:04 Gurkenglas

OpenAI says that answers can differ, even with temperature zero. So it might not be bug.

GoulartNogueira avatar Mar 16 '23 19:03 GoulartNogueira