Skip to content

Commit

Permalink
Deploying to gh-pages from @ 74ec672 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Dec 19, 2023
1 parent 993e42e commit 4ae513a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions cloai.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<h2>Contents</h2>
<ul>
<li><a href="#cli-cloai">CLI-cloai</a>
<li><a href="#cloai">cloai</a>
<ul>
<li><a href="#installation">Installation</a></li>
<li><a href="#usage">Usage</a></li>
Expand Down Expand Up @@ -55,22 +55,22 @@ <h2>Submodules</h2>
<h1 class="modulename">
cloai </h1>

<div class="docstring"><h1 id="cli-cloai">CLI-cloai</h1>
<div class="docstring"><h1 id="cloai">cloai</h1>

<p>CLI-cloai is a Python command-line interface for interacting with the OpenAI API. It provides a set of commands to interact with various OpenAI services such as Speech-to-Text (STT), Text-to-Speech (TTS), and Image Generation.</p>
<p>cloai is a Python command-line interface for interacting with the OpenAI API. It provides a set of commands to interact with various OpenAI services such as Speech-to-Text (STT), Text-to-Speech (TTS), and Image Generation.</p>

<h2 id="installation">Installation</h2>

<p>To install CLI-cloai, you can use the following command:</p>
<p>To install cloai, you can use the following command:</p>

<div class="pdoc-code codehilite">
<pre><span></span><code>poetry<span class="w"> </span>add<span class="w"> </span>git+https://github.com/cmi-dair/cli-cloai
<pre><span></span><code>poetry<span class="w"> </span>add<span class="w"> </span>git+https://github.com/cmi-dair/cloai
</code></pre>
</div>

<h2 id="usage">Usage</h2>

<p>Before running CLI-cloai, make sure the environment variable <code>OPENAI_API_KEY</code> is set to your OpenAI API key.</p>
<p>Before running cloai, make sure the environment variable <code>OPENAI_API_KEY</code> is set to your OpenAI API key.</p>

<p>To use the CLI, run <code>cloai --help</code> in your terminal. This will display a list of available commands and their descriptions.</p>

Expand All @@ -90,11 +90,11 @@ <h2 id="contributing">Contributing</h2>

<h2 id="license">License</h2>

<p>CLI-cloai is licensed under the terms of the <a href="LICENSE">L-GPLv2.1 license</a>.</p>
<p>cloai is licensed under the terms of the <a href="LICENSE">L-GPLv2.1 license</a>.</p>

<h2 id="support">Support</h2>

<p>If you encounter any issues or have any questions, please report them on our <a href="https://github.com/cmi-dair/cli-cloai/issues">issues page</a>.</p>
<p>If you encounter any issues or have any questions, please report them on our <a href="https://github.com/cmi-dair/cloai/issues">issues page</a>.</p>
</div>

<input id="mod-cloai-view-source" class="view-source-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
Expand Down
4 changes: 2 additions & 2 deletions cloai/cli/parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 class="modulename">
</span><span id="L-12"><a href="#L-12"><span class="linenos"> 12</span></a>
</span><span id="L-13"><a href="#L-13"><span class="linenos"> 13</span></a>
</span><span id="L-14"><a href="#L-14"><span class="linenos"> 14</span></a><span class="n">PARSER_DEFAULTS</span> <span class="o">=</span> <span class="p">{</span>
</span><span id="L-15"><a href="#L-15"><span class="linenos"> 15</span></a> <span class="s2">&quot;epilog&quot;</span><span class="p">:</span> <span class="s2">&quot;Please report issues at https://github.com/cmi-dair/cli-cloai.&quot;</span><span class="p">,</span>
</span><span id="L-15"><a href="#L-15"><span class="linenos"> 15</span></a> <span class="s2">&quot;epilog&quot;</span><span class="p">:</span> <span class="s2">&quot;Please report issues at https://github.com/cmi-dair/cloai.&quot;</span><span class="p">,</span>
</span><span id="L-16"><a href="#L-16"><span class="linenos"> 16</span></a> <span class="s2">&quot;formatter_class&quot;</span><span class="p">:</span> <span class="n">argparse</span><span class="o">.</span><span class="n">ArgumentDefaultsHelpFormatter</span><span class="p">,</span>
</span><span id="L-17"><a href="#L-17"><span class="linenos"> 17</span></a><span class="p">}</span>
</span><span id="L-18"><a href="#L-18"><span class="linenos"> 18</span></a>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h1 class="modulename">
<div class="attr variable">
<span class="name">PARSER_DEFAULTS</span> =
<input id="PARSER_DEFAULTS-view-value" class="view-value-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<label class="view-value-button pdoc-button" for="PARSER_DEFAULTS-view-value"></label><span class="default_value">{&#39;epilog&#39;: &#39;Please report issues at https://github.com/cmi-dair/cli-cloai.&#39;, &#39;formatter_class&#39;: &lt;class &#39;argparse.ArgumentDefaultsHelpFormatter&#39;&gt;}</span>
<label class="view-value-button pdoc-button" for="PARSER_DEFAULTS-view-value"></label><span class="default_value">{&#39;epilog&#39;: &#39;Please report issues at https://github.com/cmi-dair/cloai.&#39;, &#39;formatter_class&#39;: &lt;class &#39;argparse.ArgumentDefaultsHelpFormatter&#39;&gt;}</span>


</div>
Expand Down
Loading

0 comments on commit 4ae513a

Please sign in to comment.