Welcome to the course "AI for IT Operations"
You will find the necessary companion material in this repo.
The prompts folder has the prompts demonstrated in the course. You can simply copy paste the prompts into ChatGPT (or any other conversational bot of your choice).
The files AI4ITOPS_01_Gemini_API_Intro.ipynb and AI4ITOPS_01_OpenAI_API_Intro.ipynb include code to get started with Gemini and OpenAI API respectively. To run the code:
- Open the file AI4ITOPS_01_OpenAI_API_Intro.ipynb and click on the "Open in colab" button at the top left
- Sign in with your Google account (if prompted).
- You’ll see a notebook with code cells and text cells.
Click File → Save a copy in Drive. This gives you editing rights in your personal Drive.
You should have an OpenAI API key to run this code. To obatain an API key, visit https://platform.openai.com/account/api-keys Click on the the Key icon at the left and add a secret named "OPENAI_API_KEY".
Now you are ready to run the cells in the notebook.
For AI4ITOPS_01_Gemini_API_Intro.ipynb, the procedure is exactly the same except you need to obtain a Gemini API key from https://aistudio.google.com, and name the secret in coloab "GEMENI_API_KEY".