{ "cells": [ { "cell_type": "markdown", "id": "d43ce131641908c2", "metadata": {}, "source": [ "# Generate SQL with LLM\n", "\n", "In this recipe, we will be using OpenAI GPT-4o-mini to act as a co-pilot for a Database Admin. While LLMs are powerful and do pretty well at transforming laymen queries into SQL queries, it is still dangerous to do so without supervision. This recipe will have no guardrails for mutable operations and is purely for getting started.\n", "\n", "
Mirascope Concepts Used
\n", "\n", "Additional Real-World Examples
\n", "