Skip to content

Instantly share code, notes, and snippets.

@championswimmer
Last active February 10, 2026 21:58
Show Gist options
  • Select an option

  • Save championswimmer/06f56d67f6e28fe068e97d3af68b6d73 to your computer and use it in GitHub Desktop.

Select an option

Save championswimmer/06f56d67f6e28fe068e97d3af68b6d73 to your computer and use it in GitHub Desktop.
pelican - local models - gptoss120b, glm4.7air, qwen3-coder-next
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns="http://www.w3.org/2000/svg"
width="400"
height="300"
viewBox="0 0 200 150"
style="background:#f0f8ff">
<!-- gpt-oss-120b, 1,184 tokens, 22.96s, 51.57 tokens/s -->
<!-- ==============================
Bicycle
============================== -->
<!-- Wheels -->
<circle cx="50" cy="100" r="30" fill="none" stroke="#222" stroke-width="4"/>
<circle cx="150" cy="100" r="30" fill="none" stroke="#222" stroke-width="4"/>
<!-- Frame -->
<line x1="50" y1="100" x2="80" y2="70" stroke="#222" stroke-width="3"/> <!-- rear tube -->
<line x1="80" y1="70" x2="130" y2="70" stroke="#222" stroke-width="3"/> <!-- top tube -->
<line x1="130" y1="70" x2="150" y2="100" stroke="#222" stroke-width="3"/> <!-- front tube -->
<line x1="80" y1="70" x2="95" y2="100" stroke="#222" stroke-width="3"/> <!-- seat tube -->
<line x1="95" y1="100" x2="115" y2="100" stroke="#222" stroke-width="3"/> <!-- chainstay -->
<!-- Seat -->
<rect x="85" y="58" width="20" height="5" fill="#222"/>
<!-- Handlebars -->
<line x1="150" y1="100" x2="155" y2="85" stroke="#222" stroke-width="3"/>
<line x1="155" y1="85" x2="165" y2="85" stroke="#222" stroke-width="3"/>
<!-- Pedals -->
<line x1="95" y1="100" x2="95" y2="115" stroke="#222" stroke-width="3"/>
<line x1="90" y1="110" x2="100" y2="110" stroke="#222" stroke-width="3"/>
<!-- ==============================
Pelican
============================== -->
<!-- Body -->
<ellipse cx="110" cy="70" rx="20" ry="12" fill="#fff" stroke="#555" stroke-width="2"/>
<!-- Wing -->
<path d="M100,68 C92,62 92,78 100,72 Z"
fill="#fff" stroke="#555" stroke-width="2"/>
<!-- Head -->
<circle cx="122" cy="58" r="9" fill="#fff" stroke="#555" stroke-width="2"/>
<!-- Eye -->
<circle cx="125" cy="57" r="1.5" fill="#000"/>
<!-- Beak -->
<polygon points="130,58 140,55 140,61"
fill="#ff9c33" stroke="#b36b1c" stroke-width="1"/>
<!-- Tail (simple) -->
<polygon points="90,70 80,72 80,68"
fill="#fff" stroke="#555" stroke-width="2"/>
<!-- ==============================
Optional Ground
============================== -->
<line x1="0" y1="130" x2="200" y2="130" stroke="#999" stroke-width="1"/>
</svg>
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment