{RESOLVED}
openai_secret_manager doesnt exist instead just use "openai"
Chatbot has been assisting my incompetent self to get my little project working. I'm trying to make use of the API and I'm having trouble with Py -3 and pip. I've got them both installed now I think but I need to install "openai_secret_manager" but that isnt in the PyPI. I got chatbot to write a whole bunch of code for me but I have a bunch of errors (I'll put them at the bottom" I know I have to define the variables and I can work that out. It's the first one I am having the big issue with. Can anyone help?
- Import “openai_secret_manager” could not be resolved Pylance(reportmissingimports) {1, 8}
- Import “requests” could not be resolved from source Pylance(reportMissingModuleSource) [2, 8]
- Import “request.structures” could not be resolved from source Pylance(reportMissingModuleSource) [3, 6]
- Import “PIL” could not be resolved from source Pylance(reportMissingModuleSource) [7 , 6)
- “openai” is not defined Pylance(reportUndefinedVariable) [12, 16]
- “openai_api-key” is not defined Pylance(reportUndefinedVariable) [29, 40]
- “generated_text” is not defined Pylance(reportUndefinedVariable) [49, 44]