From ed9ba952003eee39a1019accc3482ef77ed28250 Mon Sep 17 00:00:00 2001 From: Kenneth Ocheltree Date: Thu, 7 Aug 2025 13:27:48 -0400 Subject: [PATCH] Fix colab link for model_options_example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6005211..fc512308 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ uv run --with mellea docs/examples/tutorial/example.py | 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 | +| 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 |