You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ uv run --with mellea docs/examples/tutorial/example.py
83
83
| Hello, World | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Quick‑start demo |
84
84
| Simple Email | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/simple_email.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Using the `m.instruct` primitive |
85
85
| Instruct-Validate-Repair | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/instruct_validate_repair.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Introduces our first generative programming design pattern |
86
-
| Model Options | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notsbooks/model_options_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates how to pass model options through to backends |
86
+
| Model Options | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/model_options_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates how to pass model options through to backends |
87
87
| Sentiment Classifier | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/sentiment_classifier.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Introduces the `@generative` decorator |
88
88
| Managing Context | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main//docs/examples/notebooks/context_example.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Shows how to construct and manage context in a `MelleaSession`|
89
89
| Generative OOP | <atarget="_blank"rel="noopener noreferrer"href="https://colab.research.google.com/github/generative-computing/mellea/blob/main/docs/examples/notebooks/table_mobject.ipynb"><imgsrc="https://colab.research.google.com/assets/colab-badge.svg"alt="Open In Colab"/></a> | Demonstrates object-oriented generative programming in Mellea |
0 commit comments