Sergey Pinus
Sergey Pinus
@dmMaze hmmm, maybe google translate stopped working
> yes still not working Try using other translation services.
> The openai is installed, and I have also proceeded with the reinstallation I'll ask a strange question: do you install a separate venv or do you use the general...
> general system python Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] on win32 Apparently, you have a rather specific torch that we do not support....
> I've already reinstalled Python again and again, and followed the readme I'll check it on Python 3.11, wait
 > I've already reinstalled Python again and again, and followed the readme The openAI chatGPT library does not run on 3.11. @dmMaze can you fix it?
> I've already reinstalled Python again and again, and followed the readme As a temporary solution, comment out the line `openai.error` ```python import re import openai #import openai.error import time...
> @bropines it seems the newest openai python library made a lot of API changes and broke the error handling, do you have a key and can you confirm the...
> So, what is the appropriate Python version Well, I checked, 3.10 is the current and priority for us, 3.11 is checked, it works, but we didn't check all the...
have you updated the repository? ```bash git pull ```