This week Ollama released a Python library that makes it easier to build Python apps using various LLMs on your own machine. In this video we take it for a spin, learning how to install a model, explore the details of models, interact with an LLM in chat mode, generate a description for an image, and create our own custom LLM.
#llms #ollama #mistral7b
Resources
Ollama model file - https://github.com/ollama/ollama/blob...
Ollama PyPi - https://pypi.org/project/ollama/
Blog - https://www.markhneedham.com/blog/202...
Code - https://github.com/mneedham/LearnData...