MaxSSD / OpenAI-GUI

Graphical user interface (GUI) for interacting with various OpenAI models. With this GUI, you can easily run various language and machine learning models, such as GPT-3 and DALL-E, without needing to use the command line.
MIT License
31 stars 8 forks source link

"logging" requirement #6

Closed RobThePCGuy closed 1 year ago

RobThePCGuy commented 1 year ago

logging is part of the built in Python libs since 2.3ish. At least as of the version I"m on it'll pop an error when installing the requirements.txt. 3.11

MaxSSD commented 1 year ago

logging is part of the built in Python libs since 2.3ish. At least as of the version I"m on it'll pop an error when installing the requirements.txt. 3.11

Thanks for bringing it up just deleted the line. I run python code with Python 3.9 or earlier.