From 8d99cb50c68150ef4c8ec336e70d1344740792d6 Mon Sep 17 00:00:00 2001 From: Kenneth Ocheltree Date: Thu, 7 Aug 2025 10:48:24 -0400 Subject: [PATCH] Update to open colab in a new window --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 99d0d0f4..f6005211 100644 --- a/README.md +++ b/README.md @@ -79,17 +79,17 @@ uv run --with mellea docs/examples/tutorial/example.py | Notebook | Try in Colab | Goal | |----------|--------------|------| -| Hello, World | Open In Colab | Quick‑start demo | -| Simple Email | Open In Colab | Using the `m.instruct` primitive | -| Instruct-Validate-Repair | Open In Colab | Introduces our first generative programming design pattern | -| Model Options | Open In Colab | Demonstrates how to pass model options through to backends | -| Sentiment Classifier | Open In Colab | Introduces the `@generative` decorator | -| Managing Context | Open In Colab | Shows how to construct and manage context in a `MelleaSession` | -| Generative OOP | Open In Colab | Demonstrates object-oriented generative programming in Mellea | -| Rich Documents | Open In Colab | A generative program that uses Docling to work with rich-text documents | -| Composing Generative Functions | Open In Colab | Demonstrates contract-oriented programming in Mellea | -| `m serve` | Open In Colab | Serve a generative program as an openai-compatible model endpoint | -| MCP | Open In Colab | Mellea + MCP | +| Hello, World | Open In Colab | Quick‑start demo | +| Simple Email | Open In Colab | Using the `m.instruct` primitive | +| Instruct-Validate-Repair | Open In Colab | Introduces our first generative programming design pattern | +| Model Options | Open In Colab | Demonstrates how to pass model options through to backends | +| Sentiment Classifier | Open In Colab | Introduces the `@generative` decorator | +| Managing Context | Open In Colab | Shows how to construct and manage context in a `MelleaSession` | +| Generative OOP | Open In Colab | Demonstrates object-oriented generative programming in Mellea | +| Rich Documents | Open In Colab | A generative program that uses Docling to work with rich-text documents | +| Composing Generative Functions | Open In Colab | Demonstrates contract-oriented programming in Mellea | +| `m serve` | Open In Colab | Serve a generative program as an openai-compatible model endpoint | +| MCP | Open In Colab | Mellea + MCP | ### Installing from source