Use of OpenAI API
DEPENDENCIES
RUN COMMANDS: pip install OpenAI pip install Flask pip install flask_cors
Additionally you will need to configure your own OpenAI Environment using your own Key
If you don't have a key then you will need to go to GPT website and create one and then configure the environment
If you do have a key then configure it
To check it works in your machine, on Windows CMD use echo %OPENAI_API_KEY% This should output your key