-
Skippy authored
While loop condition was not being satisfied due to result being set to a value (the OpenAI response), thus the (!result) condition was False.
7dfea525
While loop condition was not being satisfied due to result being set to a value (the OpenAI response), thus the (!result) condition was False.