signebedi / gptty

ChatGPT wrapper in your TTY
MIT License
50 stars 7 forks source link

[bug] `questions` not defined #73

Closed signebedi closed 11 months ago

signebedi commented 11 months ago
..../gptty/gptty/__main__.py", line 183, in query_async_wrapper
    if len(questions) < 1 or not isinstance(questions, tuple):
NameError: name 'questions' is not defined