Category Python

Building Custom AI Applications with LLMs and RAG

Introduction: The Power Duo – LLMs and RAG Large Language Models (LLMs) like GPT-4, Llama 2, or Mistral have demonstrated incredible capabilities in understanding and generating human-like text. They are trained on vast amounts of data, enabling them to perform…

Create a team using PyGithub

PyGithub is a terrific Python library that simplifies interacting with Github’s API. In this blog post I will discuss using PyGithub to create a Github Team. I am assuming that you already have a Github account (free or paid). Pygithub works…