In this video I show how to utilize the Ollama's API with Python. Ollama is an Natural Language Artificial Intelligence Model that is locally hosted on your computer and does not require an internet connection after you initially download the AI model. The Python Programming Language can be used to communicate with the AI model with a few built in libraries. This is powerful when you have a dedicated Graphical Processing Unit (GPU) to load the Ollama AI models.
NOTE: You need ollama installed locally or on a server you have access to.