openrouter images added#60
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new external marimo notebook that demonstrates comparing OpenRouter image-generation models side-by-side (plus an annotation-based refinement stage), and links it from the gallery README.
Changes:
- Add “OpenRouter Image Bake-off” entry to the External gallery table in
README.md. - Add a new marimo notebook (
openrouter-image-bakeoff.py) that generates images concurrently across three selected OpenRouter models and supports a second-stage refinement workflow. - Add the required marimo session snapshot JSON for the new notebook.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Adds a new gallery row linking to the OpenRouter image bake-off notebook. |
| notebooks/external/openrouter-image-bakeoff.py | New marimo notebook implementing OpenRouter image generation + refinement UI/workflow. |
| notebooks/external/marimo/session/openrouter-image-bakeoff.py.json | Session snapshot for the new notebook (required by CI). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+154
to
+156
| client = AsyncOpenAI( | ||
| base_url="https://openrouter.ai/api/v1", | ||
| api_key=env_config.widget["OPENROUTER_API_KEY"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.