mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
28 lines
787 B
HTML
28 lines
787 B
HTML
{% extends "base.html" %} {% block announce %} For updates follow
|
|
<strong>@jxnlco</strong> on
|
|
<a href="https://twitter.com/jxnlco">
|
|
<span class="twemoji twitter">
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
|
</span>
|
|
<strong>Twitter</strong>
|
|
</a>
|
|
and
|
|
<span class="twemoji star">
|
|
{% include ".icons/fontawesome/solid/star.svg" %}
|
|
</span>
|
|
us on
|
|
<a href="https://www.github.com/jxnl/instructor">
|
|
<span class="twemoji github">
|
|
{% include ".icons/fontawesome/brands/github.svg" %}
|
|
</span>
|
|
<strong>GitHub</strong> </a
|
|
>. If you don't like python, check out the
|
|
<a href="https://instructor-ai.github.io/instructor-js/"
|
|
><strong>TS/JS</strong></a
|
|
>
|
|
and
|
|
<a href="https://hexdocs.pm/instructor/Instructor.html">
|
|
<strong>Elixir</strong>
|
|
</a>
|
|
ports. {% endblock %}
|