Skip to content

Commit ecc4d76

Browse files
committed
Automated site build
1 parent 50d6a26 commit ecc4d76

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

docs/feeds/all.atom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<div class="highlight"><pre><span></span><code>llm<span class="w"> </span><span class="s2">"Tell me a joke"</span>
99
</code></pre></div>
1010

11+
<h3>Introduction - what is LLM?</h3>
12+
<p><a href="https://github.com/simonw/llm">LLM</a> is a CLI tool and Python library for interacting with OpenAI, Anthropic’s Claude, Google’s Gemini, Meta’s Llama and dozens of other Large Language Models, both via remote APIs and with models that can be installed and run on your own machine. It's extensible via a vast array of plugins, but supports OpenAI's models out of the box, and <a href="https://llm.datasette.io/en/stable/other-models.html">"OpenAI-API-compatible" models via a configuration file</a>. Because Azure OpenAI models are "OpenAI-API-compatible, I opted for the simple approach using the basic <code>llm</code> tool with no plugins, and the configuration file.</p>
1113
<h3>1. Installation</h3>
1214
<p>Installation was a breeze - with a simple:</p>
1315
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>llm

docs/feeds/blog.atom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<div class="highlight"><pre><span></span><code>llm<span class="w"> </span><span class="s2">"Tell me a joke"</span>
99
</code></pre></div>
1010

11+
<h3>Introduction - what is LLM?</h3>
12+
<p><a href="https://github.com/simonw/llm">LLM</a> is a CLI tool and Python library for interacting with OpenAI, Anthropic’s Claude, Google’s Gemini, Meta’s Llama and dozens of other Large Language Models, both via remote APIs and with models that can be installed and run on your own machine. It's extensible via a vast array of plugins, but supports OpenAI's models out of the box, and <a href="https://llm.datasette.io/en/stable/other-models.html">"OpenAI-API-compatible" models via a configuration file</a>. Because Azure OpenAI models are "OpenAI-API-compatible, I opted for the simple approach using the basic <code>llm</code> tool with no plugins, and the configuration file.</p>
1113
<h3>1. Installation</h3>
1214
<p>Installation was a breeze - with a simple:</p>
1315
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>llm

docs/feeds/tag/azure.atom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<div class="highlight"><pre><span></span><code>llm<span class="w"> </span><span class="s2">"Tell me a joke"</span>
99
</code></pre></div>
1010

11+
<h3>Introduction - what is LLM?</h3>
12+
<p><a href="https://github.com/simonw/llm">LLM</a> is a CLI tool and Python library for interacting with OpenAI, Anthropic’s Claude, Google’s Gemini, Meta’s Llama and dozens of other Large Language Models, both via remote APIs and with models that can be installed and run on your own machine. It's extensible via a vast array of plugins, but supports OpenAI's models out of the box, and <a href="https://llm.datasette.io/en/stable/other-models.html">"OpenAI-API-compatible" models via a configuration file</a>. Because Azure OpenAI models are "OpenAI-API-compatible, I opted for the simple approach using the basic <code>llm</code> tool with no plugins, and the configuration file.</p>
1113
<h3>1. Installation</h3>
1214
<p>Installation was a breeze - with a simple:</p>
1315
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>llm

docs/llm/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ <h1 class="entry-title">Using LLM with Azure AI Foundry</h1>
6565
<div class="highlight"><pre><span></span><code>llm<span class="w"> </span><span class="s2">&quot;Tell me a joke&quot;</span>
6666
</code></pre></div>
6767

68+
<h3>Introduction - what is LLM?</h3>
69+
<p><a href="https://github.com/simonw/llm">LLM</a> is a CLI tool and Python library for interacting with OpenAI, Anthropic’s Claude, Google’s Gemini, Meta’s Llama and dozens of other Large Language Models, both via remote APIs and with models that can be installed and run on your own machine. It's extensible via a vast array of plugins, but supports OpenAI's models out of the box, and <a href="https://llm.datasette.io/en/stable/other-models.html">"OpenAI-API-compatible" models via a configuration file</a>. Because Azure OpenAI models are "OpenAI-API-compatible, I opted for the simple approach using the basic <code>llm</code> tool with no plugins, and the configuration file.</p>
6870
<h3>1. Installation</h3>
6971
<p>Installation was a breeze - with a simple:</p>
7072
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>llm

0 commit comments

Comments
 (0)