Download and install Ollama (https://ollama.com/) Download and install Python (https://www.python.org/downloads/)
Pip install Phi3 through Visual Studio Code
Open terminal and type: pip install -r requirments.yaml This installs all the dependiencies that are needed to run the code.
Create a text file inputs(Prompts.txt) prompt with the questions that needed to be asked through phi3 Create a python file(Wa0.py) with code that allows for the ai to read from my input text file(Prompts.txt)and create an output text file(output.txt) with the ai's response
In terminal run "python (your file).py" to execute
Check the output text file (Output.txt) to ensure the AI responded and the output is written there