Skip to content

Commit ee6d048

Browse files
author
River@devbox
committed
Deploy site - 2026-03-19 18:00:11
1 parent d515c49 commit ee6d048

File tree

20 files changed

+28724
-130
lines changed

20 files changed

+28724
-130
lines changed

en/Ollama/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2532,7 +2532,7 @@ <h2 id="using-ollama-with-python">Using Ollama with Python<a class="headerlink"
25322532
<h3 id="install-openai-library">Install OpenAI Library<a class="headerlink" href="#install-openai-library" title="Permanent link">&para;</a></h3>
25332533
<p>Install the <code>openai</code> library from QPYPI:</p>
25342534
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="c1"># Using PIP Client (long press Terminal icon -&gt; PIP Client)</span>
2535-
<a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a>pip<span class="w"> </span>install<span class="w"> </span>openai
2535+
<a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a>pip<span class="w"> </span>install<span class="w"> </span>openai-aipy
25362536
</code></pre></div>
25372537
<h3 id="python-code-example">Python Code Example<a class="headerlink" href="#python-code-example" title="Permanent link">&para;</a></h3>
25382538
<p>After starting <code>ollama serve</code>, you can use the OpenAI-compatible API to interact with your local model:</p>

0 commit comments

Comments
 (0)