Basic Concepts when building AI Agents
Let's cover some basic concepts that we will utilise in our AI agents. We start by calling through to an LLM (OpenAI) via code. Subsequently, we will introduce LiteLLM as a wrapper to access LLMs from
Jun 4, 20269 min read

