In this tutorial I will show you how to use Chat GPT on a collection of script files from your ServiceNow instance. This allows you to chat with the code that is running on your instance.
You can follow along with the video, or with the blog post below.
Prequisites (for following along)
- An environment to run an iPython notebook.
- A ServiceNow instance to experiment with.
- An OpenAI API(opens in a new tab) key.
- An ActiveLoop(opens in a new tab) token.
Click here to go to the blog with Jesse (ServiceNow Solution Architect, BitHawk AG)
Resources
- Google Colab for this Post(opens in a new tab)
- Repository for this Post(opens in a new tab)
- Official Langchain tutorial(opens in a new tab)
- StackOverflow question(opens in a new tab)
- GlideQuery Blog Post by ServiceNow(opens in a new tab)
- A GlideQuery Cheat Sheet by Sam Meylan(opens in a new tab)
- Official PySNC documentation