you’re on the right track
spell this out for me a bit clearer. I’m bringing up the ‘power shell’ by typing in ‘command prompt’
then following the authors installation instructions
what’s confuses me is he also has me doing get-pip.py from a file i have to create, i guess
I’ll post his instructions, maybe you can figure out how to walk me through this
tnx
eddie
On Windows, you should go to “System properties > Environment variables” to set the system-wide environment variable.
Furthermore, you have to install pip module and then openai module using pip. To do that, you should use PIP bootstrap. First, download this script:
https://bootstrap.pypa.io/get-pip.py
Then, use LibreOffice internal Python to run it:
program/python get-pip.py
After that, install openai module using pip:
program/python -m pip install openai
If the installation is successful, you should be able to use openai module inside LibreOffice internal Python, and run the AI assistant extension.
Homepage: User:Reyhane - The Document Foundation Wiki
Repository: User:Reyhane - The Document Foundation Wiki